| Package | Description |
|---|---|
| org.codehaus.plexus |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
PlexusContainer.lookup(Class<T> type)
Looks up and returns a component object with the given unique key or role.
|
<T> T |
PlexusContainer.lookup(Class<T> type,
String roleHint)
Looks up and returns a component object with the given unique role/role-hint combination.
|
<T> T |
PlexusContainer.lookup(Class<T> type,
String role,
String roleHint)
Looks up and returns a component object with the given unique role/role-hint combination.
|
<T> T |
PlexusContainer.lookup(ComponentDescriptor<T> componentDescriptor)
Looks up and returns a component object matching the given component descriptor.
|
Object |
PlexusContainer.lookup(String role)
Looks up and returns a component object with the given unique key or role.
|
Object |
PlexusContainer.lookup(String role,
String roleHint)
Looks up and returns a component object with the given unique role/role-hint combination.
|
<T> List<T> |
PlexusContainer.lookupList(Class<T> type)
Looks up and returns a List of component objects with the given role.
|
<T> List<T> |
PlexusContainer.lookupList(Class<T> type,
List<String> roleHints)
Looks up and returns a List of component objects with the given role.
|
List<Object> |
PlexusContainer.lookupList(String role)
Looks up and returns a List of component objects with the given role.
|
List<Object> |
PlexusContainer.lookupList(String role,
List<String> roleHints)
Looks up and returns a List of component objects with the given role.
|
<T> Map<String,T> |
PlexusContainer.lookupMap(Class<T> type)
Looks up and returns a Map of component objects with the given role, keyed by all available role-hints.
|
<T> Map<String,T> |
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.
|
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> |
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.
|
Copyright © 2022 Unidal Organization. All rights reserved.