Uses of Class
org.codehaus.plexus.component.repository.ComponentDescriptor
Packages that use ComponentDescriptor
-
Uses of ComponentDescriptor in org.codehaus.plexus
Methods in org.codehaus.plexus that return ComponentDescriptorModifier and TypeMethodDescriptionPlexusContainer.getComponentDescriptor
(String role) Returns the ComponentDescriptor with the given component role and the default role hint.PlexusContainer.getComponentDescriptor
(String role, String roleHint) Returns the ComponentDescriptor with the given component role and hint.PlexusContainer.getComponentDescriptor
(String role, String roleHint, org.codehaus.plexus.classworlds.realm.ClassRealm realm) Returns the ComponentDescriptor with the given component role and hint.PlexusContainer.getComponentDescriptor
(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 ComponentDescriptorModifier and TypeMethodDescriptionvoid
PlexusContainer.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 ComponentDescriptorModifier and TypeMethodDescriptionvoid
ComponentSetDescriptor.addComponentDescriptor
(ComponentDescriptor cd) Add a new ComponentDescriptor to this set.