|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
---|---|
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(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)
|
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(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)
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |