|
||||||||||
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 | ||
---|---|---|
|
DefaultPlexusContainer.lookup(Class<T> type)
|
|
|
PlexusContainer.lookup(Class<T> type)
Looks up and returns a component object with the given unique key or role. |
|
|
DefaultPlexusContainer.lookup(Class<T> type,
String roleHint)
|
|
|
PlexusContainer.lookup(Class<T> type,
String roleHint)
Looks up and returns a component object with the given unique role/role-hint combination. |
|
|
DefaultComponentRegistry.lookup(Class<T> type,
String role,
String roleHint)
|
|
|
DefaultPlexusContainer.lookup(Class<T> type,
String role,
String roleHint)
|
|
|
ComponentRegistry.lookup(Class<T> type,
String role,
String roleHint)
|
|
|
PlexusContainer.lookup(Class<T> type,
String role,
String roleHint)
Looks up and returns a component object with the given unique role/role-hint combination. |
|
|
DefaultComponentRegistry.lookup(ComponentDescriptor<T> componentDescriptor)
|
|
|
DefaultPlexusContainer.lookup(ComponentDescriptor<T> componentDescriptor)
|
|
|
ComponentRegistry.lookup(ComponentDescriptor<T> componentDescriptor)
|
|
|
PlexusContainer.lookup(ComponentDescriptor<T> componentDescriptor)
Looks up and returns a component object matching the given component descriptor. |
|
Object |
DefaultPlexusContainer.lookup(String role)
|
|
Object |
PlexusContainer.lookup(String role)
Looks up and returns a component object with the given unique key or role. |
|
Object |
DefaultPlexusContainer.lookup(String role,
String roleHint)
|
|
Object |
PlexusContainer.lookup(String role,
String roleHint)
Looks up and returns a component object with the given unique role/role-hint combination. |
|
|
DefaultPlexusContainer.lookupList(Class<T> type)
|
|
|
PlexusContainer.lookupList(Class<T> type)
Looks up and returns a List of component objects with the given role. |
|
|
DefaultPlexusContainer.lookupList(Class<T> type,
List<String> roleHints)
|
|
|
PlexusContainer.lookupList(Class<T> type,
List<String> roleHints)
Looks up and returns a List of component objects with the given role. |
|
|
DefaultComponentRegistry.lookupList(Class<T> type,
String role,
List<String> roleHints)
|
|
|
ComponentRegistry.lookupList(Class<T> type,
String role,
List<String> hints)
|
|
List<Object> |
DefaultPlexusContainer.lookupList(String role)
|
|
List<Object> |
PlexusContainer.lookupList(String role)
Looks up and returns a List of component objects with the given role. |
|
List<Object> |
DefaultPlexusContainer.lookupList(String role,
List<String> roleHints)
|
|
List<Object> |
PlexusContainer.lookupList(String role,
List<String> roleHints)
Looks up and returns a List of component objects with the given role. |
|
|
DefaultPlexusContainer.lookupMap(Class<T> type)
|
|
|
PlexusContainer.lookupMap(Class<T> type)
Looks up and returns a Map of component objects with the given role, keyed by all available role-hints. |
|
|
DefaultPlexusContainer.lookupMap(Class<T> type,
List<String> roleHints)
|
|
|
PlexusContainer.lookupMap(Class<T> type,
List<String> roleHints)
Looks up and returns a Map of component objects with the given role, keyed by all available role-hints. |
|
|
DefaultComponentRegistry.lookupMap(Class<T> type,
String role,
List<String> roleHints)
|
|
|
ComponentRegistry.lookupMap(Class<T> type,
String role,
List<String> hints)
|
|
Map<String,Object> |
DefaultPlexusContainer.lookupMap(String role)
|
|
Map<String,Object> |
PlexusContainer.lookupMap(String role)
Looks up and returns a Map of component objects with the given role, keyed by all available role-hints. |
|
Map<String,Object> |
DefaultPlexusContainer.lookupMap(String role,
List<String> roleHints)
|
|
Map<String,Object> |
PlexusContainer.lookupMap(String role,
List<String> roleHints)
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 |
PlexusContainerLocator.lookup(String role)
|
Object |
ServiceLocator.lookup(String componentKey)
|
Object |
PlexusContainerLocator.lookup(String role,
String roleHint)
|
Object |
ServiceLocator.lookup(String role,
String roleHint)
|
List |
PlexusContainerLocator.lookupList(String role)
|
List |
ServiceLocator.lookupList(String role)
|
Map |
PlexusContainerLocator.lookupMap(String role)
|
Map |
ServiceLocator.lookupMap(String role)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |