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

Packages that use ComponentLookupException
  • Uses of ComponentLookupException in org.codehaus.plexus

    Modifier and Type
    Method
    Description
    ComponentLookupManager.lookup(Class componentClass)
     
    ComponentLookupManager.lookup(Class role, String roleHint)
     
    ComponentLookupManager.lookup(Class role, String roleHint, org.codehaus.plexus.classworlds.realm.ClassRealm realm)
     
    ComponentLookupManager.lookup(Class componentClass, org.codehaus.plexus.classworlds.realm.ClassRealm realm)
     
    ComponentLookupManager.lookup(String componentKey)
     
    ComponentLookupManager.lookup(String role, String roleHint)
     
    ComponentLookupManager.lookup(String role, String roleHint, org.codehaus.plexus.classworlds.realm.ClassRealm realm)
     
    ComponentLookupManager.lookup(String componentKey, org.codehaus.plexus.classworlds.realm.ClassRealm realm)
     
    PlexusContainer.lookup(Class componentClass)
    Looks up and returns a component object with the given unique key or role.
    PlexusContainer.lookup(Class role, String roleHint)
    Looks up and returns a component object with the given unique role/role-hint combination.
    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.
    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.
    PlexusContainer.lookup(String componentKey)
    Looks up and returns a component object with the given unique key or role.
    PlexusContainer.lookup(String role, String roleHint)
    Looks up and returns a component object with the given unique role/role-hint combination.
    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.
    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.
    ComponentLookupManager.lookupList(Class role)
     
    ComponentLookupManager.lookupList(Class role, List hints)
     
    ComponentLookupManager.lookupList(Class role, List hints, org.codehaus.plexus.classworlds.realm.ClassRealm realm)
     
    ComponentLookupManager.lookupList(Class role, org.codehaus.plexus.classworlds.realm.ClassRealm realm)
     
    ComponentLookupManager.lookupList(String role)
     
    ComponentLookupManager.lookupList(String role, List hints)
     
    ComponentLookupManager.lookupList(String role, List hints, org.codehaus.plexus.classworlds.realm.ClassRealm realm)
     
    ComponentLookupManager.lookupList(String role, org.codehaus.plexus.classworlds.realm.ClassRealm realm)
     
    PlexusContainer.lookupList(Class role)
    Looks up and returns a List of component objects with the given role.
    PlexusContainer.lookupList(Class role, List roles)
    Looks up and returns a List of component objects with the given role.
    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.
    PlexusContainer.lookupList(Class role, org.codehaus.plexus.classworlds.realm.ClassRealm realm)
    Looks up and returns a List of component objects with the given role.
    PlexusContainer.lookupList(String role)
    Looks up and returns a List of component objects with the given role.
    PlexusContainer.lookupList(String role, List roles)
    Looks up and returns a List of component objects with the given role.
    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.
    PlexusContainer.lookupList(String role, org.codehaus.plexus.classworlds.realm.ClassRealm realm)
    Looks up and returns a List of component objects with the given role.
    ComponentLookupManager.lookupMap(Class role)
     
    ComponentLookupManager.lookupMap(Class role, List hints)
     
    ComponentLookupManager.lookupMap(Class role, List hints, org.codehaus.plexus.classworlds.realm.ClassRealm realm)
     
    ComponentLookupManager.lookupMap(Class role, org.codehaus.plexus.classworlds.realm.ClassRealm realm)
     
    ComponentLookupManager.lookupMap(String role)
     
    ComponentLookupManager.lookupMap(String role, List hints)
     
    ComponentLookupManager.lookupMap(String role, List hints, org.codehaus.plexus.classworlds.realm.ClassRealm realm)
     
    ComponentLookupManager.lookupMap(String role, org.codehaus.plexus.classworlds.realm.ClassRealm realm)
     
    PlexusContainer.lookupMap(Class role)
    Looks up and returns a Map of component objects with the given role, keyed by all available role-hints.
    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.
    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.
    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.
    PlexusContainer.lookupMap(String role)
    Looks up and returns a Map of component objects with the given role, keyed by all available role-hints.
    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.
    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.
    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.
  • Uses of ComponentLookupException in org.codehaus.plexus.personality.plexus.lifecycle.phase

    Modifier and Type
    Method
    Description
    ServiceLocator.lookup(String componentKey)
     
    ServiceLocator.lookup(String role, String roleHint)
     
    ServiceLocator.lookupList(String role)
     
    ServiceLocator.lookupMap(String role)