Uses of Class
org.codehaus.plexus.component.repository.exception.ComponentLookupException

Packages that use ComponentLookupException
org.codehaus.plexus Provides the API that bootstraps the Plexus Component managment. 
org.codehaus.plexus.personality.plexus.lifecycle.phase Contains the interfaces (and exceptions) which represent the component lifecycle phases of the Plexus personality. 
 

Uses of ComponentLookupException in org.codehaus.plexus
 

Methods in org.codehaus.plexus that throw ComponentLookupException
 Object PlexusContainer.lookup(Class componentClass)
          Looks up and returns a component object with the given unique key or role.
 Object ComponentLookupManager.lookup(Class componentClass)
           
 Object PlexusContainer.lookup(Class componentClass, org.codehaus.plexus.classworlds.realm.ClassRealm realm)
          Looks up and returns a component object with the given unique key or role.
 Object ComponentLookupManager.lookup(Class componentClass, org.codehaus.plexus.classworlds.realm.ClassRealm realm)
           
 Object PlexusContainer.lookup(Class role, String roleHint)
          Looks up and returns a component object with the given unique role/role-hint combination.
 Object ComponentLookupManager.lookup(Class role, String roleHint)
           
 Object PlexusContainer.lookup(Class role, String roleHint, org.codehaus.plexus.classworlds.realm.ClassRealm realm)
          Looks up and returns a component object with the given unique role/role-hint combination.
 Object ComponentLookupManager.lookup(Class role, String roleHint, org.codehaus.plexus.classworlds.realm.ClassRealm realm)
           
 Object PlexusContainer.lookup(String componentKey)
          Looks up and returns a component object with the given unique key or role.
 Object ComponentLookupManager.lookup(String componentKey)
           
 Object PlexusContainer.lookup(String componentKey, org.codehaus.plexus.classworlds.realm.ClassRealm realm)
          Looks up and returns a component object with the given unique key or role.
 Object ComponentLookupManager.lookup(String componentKey, org.codehaus.plexus.classworlds.realm.ClassRealm realm)
           
 Object PlexusContainer.lookup(String role, String roleHint)
          Looks up and returns a component object with the given unique role/role-hint combination.
 Object ComponentLookupManager.lookup(String role, String roleHint)
           
 Object PlexusContainer.lookup(String role, String roleHint, org.codehaus.plexus.classworlds.realm.ClassRealm realm)
          Looks up and returns a component object with the given unique role/role-hint combination.
 Object ComponentLookupManager.lookup(String role, String roleHint, org.codehaus.plexus.classworlds.realm.ClassRealm realm)
           
 List PlexusContainer.lookupList(Class role)
          Looks up and returns a List of component objects with the given role.
 List ComponentLookupManager.lookupList(Class role)
           
 List PlexusContainer.lookupList(Class role, org.codehaus.plexus.classworlds.realm.ClassRealm realm)
          Looks up and returns a List of component objects with the given role.
 List ComponentLookupManager.lookupList(Class role, org.codehaus.plexus.classworlds.realm.ClassRealm realm)
           
 List PlexusContainer.lookupList(Class role, List roles)
          Looks up and returns a List of component objects with the given role.
 List ComponentLookupManager.lookupList(Class role, List hints)
           
 List PlexusContainer.lookupList(Class role, List roles, org.codehaus.plexus.classworlds.realm.ClassRealm realm)
          Looks up and returns a List of component objects with the given role.
 List ComponentLookupManager.lookupList(Class role, List hints, org.codehaus.plexus.classworlds.realm.ClassRealm realm)
           
 List PlexusContainer.lookupList(String role)
          Looks up and returns a List of component objects with the given role.
 List ComponentLookupManager.lookupList(String role)
           
 List PlexusContainer.lookupList(String role, org.codehaus.plexus.classworlds.realm.ClassRealm realm)
          Looks up and returns a List of component objects with the given role.
 List ComponentLookupManager.lookupList(String role, org.codehaus.plexus.classworlds.realm.ClassRealm realm)
           
 List PlexusContainer.lookupList(String role, List roles)
          Looks up and returns a List of component objects with the given role.
 List ComponentLookupManager.lookupList(String role, List hints)
           
 List PlexusContainer.lookupList(String role, List roles, org.codehaus.plexus.classworlds.realm.ClassRealm realm)
          Looks up and returns a List of component objects with the given role.
 List ComponentLookupManager.lookupList(String role, List hints, org.codehaus.plexus.classworlds.realm.ClassRealm realm)
           
 Map PlexusContainer.lookupMap(Class role)
          Looks up and returns a Map of component objects with the given role, keyed by all available role-hints.
 Map ComponentLookupManager.lookupMap(Class role)
           
 Map PlexusContainer.lookupMap(Class role, org.codehaus.plexus.classworlds.realm.ClassRealm realm)
          Looks up and returns a Map of component objects with the given role, keyed by all available role-hints.
 Map ComponentLookupManager.lookupMap(Class role, org.codehaus.plexus.classworlds.realm.ClassRealm realm)
           
 Map PlexusContainer.lookupMap(Class role, List roles)
          Looks up and returns a Map of component objects with the given role, keyed by all available role-hints.
 Map ComponentLookupManager.lookupMap(Class role, List hints)
           
 Map PlexusContainer.lookupMap(Class role, List roles, org.codehaus.plexus.classworlds.realm.ClassRealm realm)
          Looks up and returns a Map of component objects with the given role, keyed by all available role-hints.
 Map ComponentLookupManager.lookupMap(Class role, List hints, org.codehaus.plexus.classworlds.realm.ClassRealm realm)
           
 Map PlexusContainer.lookupMap(String role)
          Looks up and returns a Map of component objects with the given role, keyed by all available role-hints.
 Map ComponentLookupManager.lookupMap(String role)
           
 Map PlexusContainer.lookupMap(String role, org.codehaus.plexus.classworlds.realm.ClassRealm realm)
          Looks up and returns a Map of component objects with the given role, keyed by all available role-hints.
 Map ComponentLookupManager.lookupMap(String role, org.codehaus.plexus.classworlds.realm.ClassRealm realm)
           
 Map PlexusContainer.lookupMap(String role, List roles)
          Looks up and returns a Map of component objects with the given role, keyed by all available role-hints.
 Map ComponentLookupManager.lookupMap(String role, List hints)
           
 Map PlexusContainer.lookupMap(String role, List roles, org.codehaus.plexus.classworlds.realm.ClassRealm realm)
          Looks up and returns a Map of component objects with the given role, keyed by all available role-hints.
 Map ComponentLookupManager.lookupMap(String role, List hints, org.codehaus.plexus.classworlds.realm.ClassRealm realm)
           
 

Uses of ComponentLookupException in org.codehaus.plexus.personality.plexus.lifecycle.phase
 

Methods in org.codehaus.plexus.personality.plexus.lifecycle.phase that throw ComponentLookupException
 Object ServiceLocator.lookup(String componentKey)
           
 Object ServiceLocator.lookup(String role, String roleHint)
           
 List ServiceLocator.lookupList(String role)
           
 Map ServiceLocator.lookupMap(String role)
           
 



Copyright © 2001-2009 Codehaus. All Rights Reserved.