Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Object |
PlexusContainer.lookup(Class componentClass)
Looks up and returns a component object with the given unique key or role.
|
Object |
PlexusContainer.lookup(Class componentClass,
org.codehaus.plexus.classworlds.realm.ClassRealm realm)
Looks up and returns a component object with the given unique key or role.
|
Object |
PlexusContainer.lookup(Class role,
String roleHint)
Looks up and returns a component object with the given unique role/role-hint combination.
|
Object |
PlexusContainer.lookup(Class role,
String roleHint,
org.codehaus.plexus.classworlds.realm.ClassRealm realm)
Looks up and returns a component object with the given unique role/role-hint combination.
|
Object |
PlexusContainer.lookup(String componentKey)
Looks up and returns a component object with the given unique key or role.
|
Object |
PlexusContainer.lookup(String componentKey,
org.codehaus.plexus.classworlds.realm.ClassRealm realm)
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.
|
Object |
PlexusContainer.lookup(String role,
String roleHint,
org.codehaus.plexus.classworlds.realm.ClassRealm realm)
Looks up and returns a component object with the given unique role/role-hint combination.
|
List |
PlexusContainer.lookupList(Class role)
Looks up and returns a List of component objects with the given role.
|
List |
PlexusContainer.lookupList(Class role,
org.codehaus.plexus.classworlds.realm.ClassRealm realm)
Looks up and returns a List of component objects with the given role.
|
List |
PlexusContainer.lookupList(String role)
Looks up and returns a List of component objects with the given role.
|
List |
PlexusContainer.lookupList(String role,
org.codehaus.plexus.classworlds.realm.ClassRealm realm)
Looks up and returns a List of component objects with the given role.
|
Map |
PlexusContainer.lookupMap(Class role)
Looks up and returns a Map of component objects with the given role, keyed by all available role-hints.
|
Map |
PlexusContainer.lookupMap(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.
|
Map |
PlexusContainer.lookupMap(String role)
Looks up and returns a Map of component objects with the given role, keyed by all available role-hints.
|
Map |
PlexusContainer.lookupMap(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.
|
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 © 2019. All rights reserved.