Uses of Class
org.codehaus.plexus.component.repository.ComponentDescriptor

Packages that use ComponentDescriptor
org.codehaus.plexus   
org.codehaus.plexus.component.repository   
 

Uses of ComponentDescriptor in org.codehaus.plexus
 

Methods in org.codehaus.plexus that return ComponentDescriptor
 ComponentDescriptor PlexusContainer.getComponentDescriptor(String role)
          Returns the ComponentDescriptor with the given component role and the default role hint.
 ComponentDescriptor PlexusContainer.getComponentDescriptor(String role, org.codehaus.plexus.classworlds.realm.ClassRealm realm)
          Returns the ComponentDescriptor with the given component role and the default role hint.
 ComponentDescriptor PlexusContainer.getComponentDescriptor(String role, String roleHint)
          Returns the ComponentDescriptor with the given component role and hint.
 ComponentDescriptor PlexusContainer.getComponentDescriptor(String role, String roleHint, org.codehaus.plexus.classworlds.realm.ClassRealm realm)
          Returns the ComponentDescriptor with the given component role and hint.
 

Methods in org.codehaus.plexus with parameters of type ComponentDescriptor
 void 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 ComponentDescriptor
 void ComponentSetDescriptor.addComponentDescriptor(ComponentDescriptor cd)
          Add a new ComponentDescriptor to this set.
 



Copyright © 2001-2008 Codehaus. All Rights Reserved.