Package | Description |
---|---|
org.codehaus.plexus | |
org.codehaus.plexus.personality.plexus.lifecycle.phase |
Modifier and Type | Method and Description |
---|---|
Object |
PlexusContainer.lookup(Class componentClass) |
Object |
PlexusContainer.lookup(Class role,
String roleHint) |
Object |
PlexusContainer.lookup(String componentKey) |
Object |
PlexusContainer.lookup(String role,
String roleHint) |
List |
PlexusContainer.lookupList(Class role) |
List |
PlexusContainer.lookupList(String role) |
Map |
PlexusContainer.lookupMap(Class role) |
Map |
PlexusContainer.lookupMap(String role) |
Modifier and Type | Method and Description |
---|---|
Object |
ServiceLocator.lookup(String componentKey) |
Object |
ServiceLocator.lookup(String role,
String roleHint) |
List |
ServiceLocator.lookupList(String role) |
Map |
ServiceLocator.lookupMap(String role) |
Copyright © 2001–2019 Codehaus Plexus. All rights reserved.