Class PlexusContainerLocator
java.lang.Object
org.codehaus.plexus.personality.plexus.lifecycle.phase.PlexusContainerLocator
- All Implemented Interfaces:
ServiceLocator
A ServiceLocator for PlexusContainer.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanhasComponent(String componentKey) booleanhasComponent(String role, String roleHint) lookupList(String role) voidvoidreleaseAll(List components) voidreleaseAll(Map components)
-
Field Details
-
container
-
-
Constructor Details
-
PlexusContainerLocator
-
-
Method Details
-
lookup
- Specified by:
lookupin interfaceServiceLocator- Throws:
ComponentLookupException
-
lookup
- Specified by:
lookupin interfaceServiceLocator- Throws:
ComponentLookupException
-
lookupMap
- Specified by:
lookupMapin interfaceServiceLocator- Throws:
ComponentLookupException
-
lookupList
- Specified by:
lookupListin interfaceServiceLocator- Throws:
ComponentLookupException
-
release
- Specified by:
releasein interfaceServiceLocator- Throws:
ComponentLifecycleException
-
releaseAll
- Specified by:
releaseAllin interfaceServiceLocator- Throws:
ComponentLifecycleException
-
releaseAll
- Specified by:
releaseAllin interfaceServiceLocator- Throws:
ComponentLifecycleException
-
hasComponent
- Specified by:
hasComponentin interfaceServiceLocator
-
hasComponent
- Specified by:
hasComponentin interfaceServiceLocator
-