Package | Description |
---|---|
org.codehaus.plexus | |
org.codehaus.plexus.component.manager | |
org.codehaus.plexus.lifecycle |
Modifier and Type | Method and Description |
---|---|
ContainerConfiguration |
DefaultContainerConfiguration.addLifecycleHandler(LifecycleHandler lifecycleHandler) |
ContainerConfiguration |
ContainerConfiguration.addLifecycleHandler(LifecycleHandler lifecycleHandler) |
Modifier and Type | Method and Description |
---|---|
LifecycleHandler |
ComponentManager.getLifecycleHandler()
Deprecated.
use start instead
|
LifecycleHandler |
AbstractComponentManager.getLifecycleHandler() |
Modifier and Type | Method and Description |
---|---|
<T> ComponentManager<T> |
ComponentManagerFactory.createComponentManager(MutablePlexusContainer container,
LifecycleHandler lifecycleHandler,
ComponentDescriptor<T> componentDescriptor,
String role,
String roleHint)
Creates a new component manager for the specified component descriptor.
|
ComponentManager<?> |
PerLookupComponentManagerFactory.createComponentManager(MutablePlexusContainer container,
LifecycleHandler lifecycleHandler,
ComponentDescriptor componentDescriptor,
String role,
String roleHint) |
ComponentManager<?> |
SingletonComponentManagerFactory.createComponentManager(MutablePlexusContainer container,
LifecycleHandler lifecycleHandler,
ComponentDescriptor componentDescriptor,
String role,
String roleHint) |
Constructor and Description |
---|
AbstractComponentManager(MutablePlexusContainer container,
LifecycleHandler lifecycleHandler,
ComponentDescriptor<T> componentDescriptor,
String role,
String roleHint) |
PerLookupComponentManager(MutablePlexusContainer container,
LifecycleHandler lifecycleHandler,
ComponentDescriptor<T> componentDescriptor,
String role,
String roleHint) |
SingletonComponentManager(MutablePlexusContainer container,
LifecycleHandler lifecycleHandler,
ComponentDescriptor<T> componentDescriptor,
String role,
String roleHint) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLifecycleHandler |
class |
BasicLifecycleHandler |
Modifier and Type | Method and Description |
---|---|
LifecycleHandler |
DefaultLifecycleHandlerManager.getLifecycleHandler(String id) |
LifecycleHandler |
LifecycleHandlerManager.getLifecycleHandler(String id) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultLifecycleHandlerManager.addLifecycleHandler(LifecycleHandler lifecycleHandler) |
void |
LifecycleHandlerManager.addLifecycleHandler(LifecycleHandler lifecycleHandler) |
Copyright © 2001–2019 Codehaus Plexus. All rights reserved.