Uses of Interface
org.xwiki.component.descriptor.ComponentRole

Packages that use ComponentRole
org.xwiki.component.descriptor   
 

Uses of ComponentRole in org.xwiki.component.descriptor
 

Subinterfaces of ComponentRole in org.xwiki.component.descriptor
 interface ComponentDependency<T>
          Represents a component dependency.
 interface ComponentDescriptor<T>
          Represent a component.
 

Classes in org.xwiki.component.descriptor that implement ComponentRole
 class DefaultComponentDependency<T>
          Default implementation of ComponentDependency.
 class DefaultComponentDescriptor<T>
          Default implementation of ComponentDescriptor.
 class DefaultComponentRole<T>
           
 

Constructors in org.xwiki.component.descriptor with parameters of type ComponentRole
DefaultComponentRole(ComponentRole<T> componentRole)
          Create a new DefaultComponentRole by cloning the provided ComponentRole.
 



Copyright © 2004-2013 XWiki. All Rights Reserved.