Uses of Interface
org.codehaus.plexus.ComponentLookupManager

Packages that use ComponentLookupManager
org.codehaus.plexus   
 

Uses of ComponentLookupManager in org.codehaus.plexus
 

Subinterfaces of ComponentLookupManager in org.codehaus.plexus
 interface MutableComponentLookupManager
           
 

Classes in org.codehaus.plexus that implement ComponentLookupManager
 class DefaultComponentLookupManager
           
 

Fields in org.codehaus.plexus declared as ComponentLookupManager
protected  ComponentLookupManager DefaultPlexusContainer.componentLookupManager
          Encapsulates the algorithm for finding components by role, roleHint, and classRealm.
 

Methods in org.codehaus.plexus that return ComponentLookupManager
 ComponentLookupManager MutablePlexusContainer.getComponentLookupManager()
           
 ComponentLookupManager DefaultPlexusContainer.getComponentLookupManager()
           
 ComponentLookupManager DefaultContainerConfiguration.getComponentLookupManager()
           
 ComponentLookupManager ContainerConfiguration.getComponentLookupManager()
           
 

Methods in org.codehaus.plexus with parameters of type ComponentLookupManager
 void MutablePlexusContainer.setComponentLookupManager(ComponentLookupManager componentLookupManager)
           
 void DefaultPlexusContainer.setComponentLookupManager(ComponentLookupManager componentLookupManager)
           
 



Copyright © 2001-2008 Codehaus. All Rights Reserved.