Uses of Interface
org.codehaus.plexus.lifecycle.LifecycleHandler

Packages that use LifecycleHandler
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
 ContainerConfiguration DefaultContainerConfiguration.addLifecycleHandler(LifecycleHandler lifecycleHandler)
           
 ContainerConfiguration ContainerConfiguration.addLifecycleHandler(LifecycleHandler lifecycleHandler)
           
 

Uses of LifecycleHandler in org.codehaus.plexus.component.manager
 

Methods in org.codehaus.plexus.component.manager that return LifecycleHandler
 LifecycleHandler StaticComponentManager.getLifecycleHandler()
           
 LifecycleHandler ComponentManager.getLifecycleHandler()
          Deprecated. use start instead
 LifecycleHandler AbstractComponentManager.getLifecycleHandler()
           
 

Methods in org.codehaus.plexus.component.manager with parameters of type LifecycleHandler
<T> ComponentManager<T>
SingletonComponentManagerFactory.createComponentManager(MutablePlexusContainer container, LifecycleHandler lifecycleHandler, ComponentDescriptor<T> componentDescriptor)
           
<T> ComponentManager<T>
PerLookupComponentManagerFactory.createComponentManager(MutablePlexusContainer container, LifecycleHandler lifecycleHandler, ComponentDescriptor<T> componentDescriptor)
           
<T> ComponentManager<T>
ComponentManagerFactory.createComponentManager(MutablePlexusContainer container, LifecycleHandler lifecycleHandler, ComponentDescriptor<T> componentDescriptor)
          Creates a new component manager for the specified component descriptor.
 

Constructors in org.codehaus.plexus.component.manager with parameters of type LifecycleHandler
AbstractComponentManager(MutablePlexusContainer container, LifecycleHandler lifecycleHandler, ComponentDescriptor<T> componentDescriptor)
           
PerLookupComponentManager(MutablePlexusContainer container, LifecycleHandler lifecycleHandler, ComponentDescriptor<T> componentDescriptor)
           
SingletonComponentManager(MutablePlexusContainer container, LifecycleHandler lifecycleHandler, ComponentDescriptor<T> componentDescriptor)
           
 

Uses of LifecycleHandler in org.codehaus.plexus.lifecycle
 

Classes in org.codehaus.plexus.lifecycle that implement LifecycleHandler
 class AbstractLifecycleHandler
           
 class BasicLifecycleHandler
           
 

Methods in org.codehaus.plexus.lifecycle that return LifecycleHandler
 LifecycleHandler LifecycleHandlerManager.getLifecycleHandler(java.lang.String id)
           
 LifecycleHandler DefaultLifecycleHandlerManager.getLifecycleHandler(java.lang.String id)
           
 

Methods in org.codehaus.plexus.lifecycle with parameters of type LifecycleHandler
 void LifecycleHandlerManager.addLifecycleHandler(LifecycleHandler lifecycleHandler)
           
 void DefaultLifecycleHandlerManager.addLifecycleHandler(LifecycleHandler lifecycleHandler)
           
 



Copyright © 2001-2009 Codehaus. All Rights Reserved.