Uses of Interface
org.codehaus.plexus.lifecycle.LifecycleHandler
Packages that use LifecycleHandler
Package
Description
-
Uses of LifecycleHandler in org.codehaus.plexus
Methods in org.codehaus.plexus with parameters of type LifecycleHandlerModifier and TypeMethodDescriptionContainerConfiguration.addLifecycleHandler
(LifecycleHandler lifecycleHandler) DefaultContainerConfiguration.addLifecycleHandler
(LifecycleHandler lifecycleHandler) -
Uses of LifecycleHandler in org.codehaus.plexus.component.manager
Methods in org.codehaus.plexus.component.manager that return LifecycleHandlerModifier and TypeMethodDescriptionAbstractComponentManager.getLifecycleHandler()
ComponentManager.getLifecycleHandler()
Deprecated.use start insteadMethods in org.codehaus.plexus.component.manager with parameters of type LifecycleHandlerModifier and TypeMethodDescription<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.PerLookupComponentManagerFactory.createComponentManager
(MutablePlexusContainer container, LifecycleHandler lifecycleHandler, ComponentDescriptor componentDescriptor, String role, String roleHint) SingletonComponentManagerFactory.createComponentManager
(MutablePlexusContainer container, LifecycleHandler lifecycleHandler, ComponentDescriptor componentDescriptor, String role, String roleHint) Constructors in org.codehaus.plexus.component.manager with parameters of type LifecycleHandlerModifierConstructorDescriptionAbstractComponentManager
(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 LifecycleHandlerMethods in org.codehaus.plexus.lifecycle that return LifecycleHandlerModifier and TypeMethodDescriptionDefaultLifecycleHandlerManager.getLifecycleHandler
(String id) LifecycleHandlerManager.getLifecycleHandler
(String id) Methods in org.codehaus.plexus.lifecycle with parameters of type LifecycleHandlerModifier and TypeMethodDescriptionvoid
DefaultLifecycleHandlerManager.addLifecycleHandler
(LifecycleHandler lifecycleHandler) void
LifecycleHandlerManager.addLifecycleHandler
(LifecycleHandler lifecycleHandler)