|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
Deprecated. |
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 |
PlexusContainer.lookup(Class role,
String roleHint)
Deprecated. |
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 |
PlexusContainer.lookup(String componentKey)
Deprecated. |
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 |
PlexusContainer.lookup(String role,
String roleHint)
Deprecated. |
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. |
List |
PlexusContainer.lookupList(Class role)
Deprecated. |
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 |
PlexusContainer.lookupList(String role)
Deprecated. |
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. |
Map |
PlexusContainer.lookupMap(Class role)
Deprecated. |
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 |
PlexusContainer.lookupMap(String role)
Deprecated. |
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. |
| 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 | |||||||||