Class PlexusContainerLocator
java.lang.Object
org.codehaus.plexus.personality.plexus.lifecycle.phase.PlexusContainerLocator
- All Implemented Interfaces:
ServiceLocator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanhasComponent(String role) booleanhasComponent(String role, String hint) lookupList(String role) voidvoidreleaseAll(List<?> components) voidreleaseAll(Map<String, ?> components)
-
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
-