Uses of Interface
org.codehaus.plexus.lifecycle.LifecycleHandler
-
Packages that use LifecycleHandler Package Description org.codehaus.plexus org.codehaus.plexus.component.manager org.codehaus.plexus.lifecycle -
-
Uses of LifecycleHandler in org.codehaus.plexus
Methods in org.codehaus.plexus with parameters of type LifecycleHandler Modifier and Type Method Description ContainerConfiguration
ContainerConfiguration. addLifecycleHandler(LifecycleHandler lifecycleHandler)
ContainerConfiguration
DefaultContainerConfiguration. addLifecycleHandler(LifecycleHandler lifecycleHandler)
-
Uses of LifecycleHandler in org.codehaus.plexus.component.manager
Methods in org.codehaus.plexus.component.manager that return LifecycleHandler Modifier and Type Method Description LifecycleHandler
AbstractComponentManager. getLifecycleHandler()
LifecycleHandler
ComponentManager. getLifecycleHandler()
Deprecated.use start insteadMethods in org.codehaus.plexus.component.manager with parameters of type LifecycleHandler Modifier and Type Method 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)
Constructors in org.codehaus.plexus.component.manager with parameters of type LifecycleHandler Constructor 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)
-
Uses of LifecycleHandler in org.codehaus.plexus.lifecycle
Classes in org.codehaus.plexus.lifecycle that implement LifecycleHandler Modifier and Type Class Description class
AbstractLifecycleHandler
class
BasicLifecycleHandler
Methods in org.codehaus.plexus.lifecycle that return LifecycleHandler Modifier and Type Method Description LifecycleHandler
DefaultLifecycleHandlerManager. getLifecycleHandler(String id)
LifecycleHandler
LifecycleHandlerManager. getLifecycleHandler(String id)
Methods in org.codehaus.plexus.lifecycle with parameters of type LifecycleHandler Modifier and Type Method Description void
DefaultLifecycleHandlerManager. addLifecycleHandler(LifecycleHandler lifecycleHandler)
void
LifecycleHandlerManager. addLifecycleHandler(LifecycleHandler lifecycleHandler)
-