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 ContainerConfigurationContainerConfiguration. addLifecycleHandler(LifecycleHandler lifecycleHandler)ContainerConfigurationDefaultContainerConfiguration. 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 LifecycleHandlerAbstractComponentManager. getLifecycleHandler()LifecycleHandlerComponentManager. 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 classAbstractLifecycleHandlerclassBasicLifecycleHandlerMethods in org.codehaus.plexus.lifecycle that return LifecycleHandler Modifier and Type Method Description LifecycleHandlerDefaultLifecycleHandlerManager. getLifecycleHandler(String id)LifecycleHandlerLifecycleHandlerManager. getLifecycleHandler(String id)Methods in org.codehaus.plexus.lifecycle with parameters of type LifecycleHandler Modifier and Type Method Description voidDefaultLifecycleHandlerManager. addLifecycleHandler(LifecycleHandler lifecycleHandler)voidLifecycleHandlerManager. addLifecycleHandler(LifecycleHandler lifecycleHandler)
-