|
||||||||||
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 | |
---|---|
java.lang.Object |
PlexusContainer.lookup(java.lang.Class componentClass)
Looks up and returns a component object with the given unique key or role. |
java.lang.Object |
PlexusContainer.lookup(java.lang.Class componentClass,
org.codehaus.plexus.classworlds.realm.ClassRealm realm)
Looks up and returns a component object with the given unique key or role. |
java.lang.Object |
PlexusContainer.lookup(java.lang.Class role,
java.lang.String roleHint)
Looks up and returns a component object with the given unique role/role-hint combination. |
java.lang.Object |
PlexusContainer.lookup(java.lang.Class role,
java.lang.String roleHint,
org.codehaus.plexus.classworlds.realm.ClassRealm realm)
Looks up and returns a component object with the given unique role/role-hint combination. |
java.lang.Object |
PlexusContainer.lookup(java.lang.String componentKey)
Looks up and returns a component object with the given unique key or role. |
java.lang.Object |
PlexusContainer.lookup(java.lang.String componentKey,
org.codehaus.plexus.classworlds.realm.ClassRealm realm)
Looks up and returns a component object with the given unique key or role. |
java.lang.Object |
PlexusContainer.lookup(java.lang.String role,
java.lang.String roleHint)
Looks up and returns a component object with the given unique role/role-hint combination. |
java.lang.Object |
PlexusContainer.lookup(java.lang.String role,
java.lang.String roleHint,
org.codehaus.plexus.classworlds.realm.ClassRealm realm)
Looks up and returns a component object with the given unique role/role-hint combination. |
java.util.List |
PlexusContainer.lookupList(java.lang.Class role)
Looks up and returns a List of component objects with the given role. |
java.util.List |
PlexusContainer.lookupList(java.lang.Class role,
org.codehaus.plexus.classworlds.realm.ClassRealm realm)
Looks up and returns a List of component objects with the given role. |
java.util.List |
PlexusContainer.lookupList(java.lang.String role)
Looks up and returns a List of component objects with the given role. |
java.util.List |
PlexusContainer.lookupList(java.lang.String role,
org.codehaus.plexus.classworlds.realm.ClassRealm realm)
Looks up and returns a List of component objects with the given role. |
java.util.Map |
PlexusContainer.lookupMap(java.lang.Class role)
Looks up and returns a Map of component objects with the given role, keyed by all available role-hints. |
java.util.Map |
PlexusContainer.lookupMap(java.lang.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. |
java.util.Map |
PlexusContainer.lookupMap(java.lang.String role)
Looks up and returns a Map of component objects with the given role, keyed by all available role-hints. |
java.util.Map |
PlexusContainer.lookupMap(java.lang.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 | |
---|---|
java.lang.Object |
ServiceLocator.lookup(java.lang.String componentKey)
|
java.lang.Object |
ServiceLocator.lookup(java.lang.String role,
java.lang.String roleHint)
|
java.util.List |
ServiceLocator.lookupList(java.lang.String role)
|
java.util.Map |
ServiceLocator.lookupMap(java.lang.String role)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |