Uses of Interface
org.xwiki.component.descriptor.ComponentRole
-
Packages that use ComponentRole Package Description org.xwiki.component.descriptor -
-
Uses of ComponentRole in org.xwiki.component.descriptor
Subinterfaces of ComponentRole in org.xwiki.component.descriptor Modifier and Type Interface Description interface
ComponentDependency<T>
Represents a component dependency.interface
ComponentDescriptor<T>
Represent a component.Classes in org.xwiki.component.descriptor that implement ComponentRole Modifier and Type Class Description class
DefaultComponentDependency<T>
Default implementation ofComponentDependency
.class
DefaultComponentDescriptor<T>
Default implementation ofComponentDescriptor
.class
DefaultComponentRole<T>
Constructors in org.xwiki.component.descriptor with parameters of type ComponentRole Constructor Description DefaultComponentRole(ComponentRole<T> componentRole)
Create a newDefaultComponentRole
by cloning the providedComponentRole
.
-