public interface ComponentManagerFactory
Modifier and Type | Method and Description |
---|---|
<T> ComponentManager<T> |
createComponentManager(MutablePlexusContainer container,
LifecycleHandler lifecycleHandler,
ComponentDescriptor<T> componentDescriptor,
String role,
String roleHint)
Creates a new component manager for the specified component descriptor.
|
String |
getId()
Gets the unique identifier of this ComponentManagerFactory.
|
String getId()
<T> ComponentManager<T> createComponentManager(MutablePlexusContainer container, LifecycleHandler lifecycleHandler, ComponentDescriptor<T> componentDescriptor, String role, String roleHint)
T
- The type.container
- MutablePlexusContainer
.lifecycleHandler
- LifecycleHandler
.componentDescriptor
- ComponentDescriptor
role
- The role.roleHint
- The hint for the role.ComponentManager
Copyright © 2001–2019 Codehaus Plexus. All rights reserved.