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

Packages that use ComponentDescriptor
org.codehaus.plexus Provides the API that bootstraps the Plexus Component managment. 
org.codehaus.plexus.component.repository Provides classes for defining/describing components and dependencies as they are contained in a component repository. 
 

Uses of ComponentDescriptor in org.codehaus.plexus
 

Methods in org.codehaus.plexus that return ComponentDescriptor
 ComponentDescriptor PlexusContainer.getComponentDescriptor(java.lang.String role)
          Returns the ComponentDescriptor with the given component role and the default role hint.
 ComponentDescriptor PlexusContainer.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.
 ComponentDescriptor PlexusContainer.getComponentDescriptor(java.lang.String role, java.lang.String roleHint)
          Returns the ComponentDescriptor with the given component role and hint.
 ComponentDescriptor PlexusContainer.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.
 

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 © 2011. All Rights Reserved.