Interface ServiceLocator
- All Known Implementing Classes:
PlexusContainerLocator
public interface ServiceLocator
-
Method Summary
Modifier and TypeMethodDescriptionbooleanhasComponent(String role) booleanhasComponent(String role, String hint) lookupList(String role) voidvoidreleaseAll(List<?> components) voidreleaseAll(Map<String, ?> components)
-
Method Details
-
lookup
- Throws:
ComponentLookupException
-
lookup
- Throws:
ComponentLookupException
-
lookupMap
- Throws:
ComponentLookupException
-
lookupList
- Throws:
ComponentLookupException
-
release
- Throws:
ComponentLifecycleException
-
releaseAll
- Throws:
ComponentLifecycleException
-
releaseAll
- Throws:
ComponentLifecycleException
-
hasComponent
-
hasComponent
-