Uses of Class
org.codehaus.plexus.component.repository.ComponentDescriptor
-
Packages that use ComponentDescriptor Package Description org.codehaus.plexus org.codehaus.plexus.component.repository -
-
Uses of ComponentDescriptor in org.codehaus.plexus
Methods in org.codehaus.plexus that return ComponentDescriptor Modifier and Type Method Description ComponentDescriptorPlexusContainer. getComponentDescriptor(java.lang.String role)Returns the ComponentDescriptor with the given component role and the default role hint.ComponentDescriptorPlexusContainer. getComponentDescriptor(java.lang.String role, java.lang.String roleHint)Returns the ComponentDescriptor with the given component role and hint.ComponentDescriptorPlexusContainer. getComponentDescriptor(java.lang.String role, java.lang.String roleHint, org.codehaus.plexus.classworlds.realm.ClassRealm realm)Returns the ComponentDescriptor with the given component role and hint.ComponentDescriptorPlexusContainer. getComponentDescriptor(java.lang.String role, org.codehaus.plexus.classworlds.realm.ClassRealm realm)Returns the ComponentDescriptor with the given component role and the default role hint.Methods in org.codehaus.plexus with parameters of type ComponentDescriptor Modifier and Type Method Description voidPlexusContainer. addComponentDescriptor(ComponentDescriptor componentDescriptor)Adds a component descriptor to this container. -
Uses of ComponentDescriptor in org.codehaus.plexus.component.repository
Methods in org.codehaus.plexus.component.repository with parameters of type ComponentDescriptor Modifier and Type Method Description voidComponentSetDescriptor. addComponentDescriptor(ComponentDescriptor cd)Add a new ComponentDescriptor to this set.
-