Package | Description |
---|---|
org.codehaus.plexus | |
org.codehaus.plexus.embed | |
org.codehaus.plexus.personality.plexus.lifecycle.phase |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultPlexusContainer.loadComponentsOnStart() |
Object |
DefaultPlexusContainer.lookup(String componentKey) |
Object |
PlexusContainer.lookup(String componentKey) |
Object |
DefaultPlexusContainer.lookup(String role,
String roleHint) |
Object |
PlexusContainer.lookup(String role,
String roleHint) |
List |
DefaultPlexusContainer.lookupList(String role) |
List |
PlexusContainer.lookupList(String role) |
Map |
DefaultPlexusContainer.lookupMap(String role) |
Map |
PlexusContainer.lookupMap(String role) |
void |
DefaultPlexusContainer.registerComponentDiscoveryListeners() |
Modifier and Type | Method and Description |
---|---|
Object |
Embedder.lookup(String role) |
Object |
PlexusEmbedder.lookup(String role) |
Object |
Embedder.lookup(String role,
String id) |
Object |
PlexusEmbedder.lookup(String role,
String id) |
Modifier and Type | Method and Description |
---|---|
Object |
ServiceLocator.lookup(String componentKey) |
Object |
PlexusContainerLocator.lookup(String componentKey) |
Object |
ServiceLocator.lookup(String role,
String roleHint) |
Object |
PlexusContainerLocator.lookup(String role,
String roleHint) |
List |
ServiceLocator.lookupList(String role) |
List |
PlexusContainerLocator.lookupList(String role) |
Map |
ServiceLocator.lookupMap(String role) |
Map |
PlexusContainerLocator.lookupMap(String role) |
Copyright © 2001-2013 Codehaus. All Rights Reserved.