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)
Copyright © 2001–2016 Codehaus Plexus. All rights reserved.