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

Packages that use ComponentLookupException
org.codehaus.plexus   
org.codehaus.plexus.personality.plexus.lifecycle.phase   
 

Uses of ComponentLookupException in org.codehaus.plexus
 

Methods in org.codehaus.plexus that throw ComponentLookupException
 ComponentManager DefaultComponentLookupManager.createComponentManager(ComponentDescriptor descriptor, String role, String roleHint, org.codehaus.plexus.classworlds.realm.ClassRealm realm)
           
 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 DefaultComponentLookupManager.lookup(Class componentClass)
           
 Object DefaultPlexusContainer.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 DefaultComponentLookupManager.lookup(Class componentClass, org.codehaus.plexus.classworlds.realm.ClassRealm realm)
           
 Object DefaultPlexusContainer.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 DefaultComponentLookupManager.lookup(Class role, String roleHint)
           
 Object DefaultPlexusContainer.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 DefaultComponentLookupManager.lookup(Class role, String roleHint, org.codehaus.plexus.classworlds.realm.ClassRealm realm)
           
 Object DefaultPlexusContainer.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 DefaultComponentLookupManager.lookup(String componentRole)
           
 Object DefaultPlexusContainer.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 MutablePlexusContainer.lookup(String role, org.codehaus.plexus.classworlds.realm.ClassRealm realm)
           
 Object ComponentLookupManager.lookup(String componentKey, org.codehaus.plexus.classworlds.realm.ClassRealm realm)
           
 Object DefaultComponentLookupManager.lookup(String componentRole, org.codehaus.plexus.classworlds.realm.ClassRealm realm)
           
 Object DefaultPlexusContainer.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 DefaultComponentLookupManager.lookup(String role, String roleHint)
           
 Object DefaultPlexusContainer.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 MutablePlexusContainer.lookup(String role, String roleHint, org.codehaus.plexus.classworlds.realm.ClassRealm realm)
           
 Object ComponentLookupManager.lookup(String role, String roleHint, org.codehaus.plexus.classworlds.realm.ClassRealm realm)
           
 Object DefaultComponentLookupManager.lookup(String componentRole, String roleHint, org.codehaus.plexus.classworlds.realm.ClassRealm realm)
           
 Object DefaultPlexusContainer.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 DefaultComponentLookupManager.lookupList(Class role)
           
 List DefaultPlexusContainer.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 DefaultComponentLookupManager.lookupList(Class role, org.codehaus.plexus.classworlds.realm.ClassRealm realm)
           
 List DefaultPlexusContainer.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 DefaultComponentLookupManager.lookupList(Class role, List hints)
           
 List DefaultPlexusContainer.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 DefaultComponentLookupManager.lookupList(Class role, List hints, org.codehaus.plexus.classworlds.realm.ClassRealm realm)
           
 List DefaultPlexusContainer.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 DefaultComponentLookupManager.lookupList(String role)
           
 List DefaultPlexusContainer.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 DefaultComponentLookupManager.lookupList(String role, org.codehaus.plexus.classworlds.realm.ClassRealm realm)
           
 List DefaultPlexusContainer.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 DefaultComponentLookupManager.lookupList(String role, List hints)
           
 List DefaultPlexusContainer.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)
           
 List DefaultComponentLookupManager.lookupList(String role, List hints, org.codehaus.plexus.classworlds.realm.ClassRealm realm)
          Return a List of components for a given role and list of hints.
 List DefaultPlexusContainer.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 DefaultComponentLookupManager.lookupMap(Class role)
           
 Map DefaultPlexusContainer.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 DefaultComponentLookupManager.lookupMap(Class role, org.codehaus.plexus.classworlds.realm.ClassRealm realm)
           
 Map DefaultPlexusContainer.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 DefaultComponentLookupManager.lookupMap(Class role, List hints)
           
 Map DefaultPlexusContainer.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 DefaultComponentLookupManager.lookupMap(Class role, List hints, org.codehaus.plexus.classworlds.realm.ClassRealm realm)
           
 Map DefaultPlexusContainer.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 DefaultComponentLookupManager.lookupMap(String role)
           
 Map DefaultPlexusContainer.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 DefaultComponentLookupManager.lookupMap(String role, org.codehaus.plexus.classworlds.realm.ClassRealm realm)
           
 Map DefaultPlexusContainer.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 DefaultComponentLookupManager.lookupMap(String role, List hints)
           
 Map DefaultPlexusContainer.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)
           
 Map DefaultComponentLookupManager.lookupMap(String role, List hints, org.codehaus.plexus.classworlds.realm.ClassRealm realm)
          Return a Map of components for a given role keyed by the component role hint.
 Map DefaultPlexusContainer.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 PlexusContainerLocator.lookup(String role)
           
 Object ServiceLocator.lookup(String role, String roleHint)
           
 Object PlexusContainerLocator.lookup(String role, String roleHint)
           
 List ServiceLocator.lookupList(String role)
           
 List PlexusContainerLocator.lookupList(String role)
           
 Map ServiceLocator.lookupMap(String role)
           
 Map PlexusContainerLocator.lookupMap(String role)
           
 



Copyright © 2001-2011 Codehaus. All Rights Reserved.