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

Packages that use LifecycleHandler
org.codehaus.plexus   
org.codehaus.plexus.component.manager   
org.codehaus.plexus.component.repository   
org.codehaus.plexus.lifecycle   
 

Uses of LifecycleHandler in org.codehaus.plexus
 

Methods in org.codehaus.plexus with parameters of type LifecycleHandler
 ContainerConfiguration ContainerConfiguration.addLifecycleHandler(LifecycleHandler lifecycleHandler)
           
 ContainerConfiguration DefaultContainerConfiguration.addLifecycleHandler(LifecycleHandler lifecycleHandler)
           
 

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

Fields in org.codehaus.plexus.component.manager declared as LifecycleHandler
private  LifecycleHandler AbstractComponentManager.lifecycleHandler
           
 

Methods in org.codehaus.plexus.component.manager that return LifecycleHandler
private  LifecycleHandler DefaultComponentManagerManager.findLifecycleHandler(ComponentDescriptor descriptor)
           
 LifecycleHandler ComponentManager.getLifecycleHandler()
           
 LifecycleHandler AbstractComponentManager.getLifecycleHandler()
           
 

Methods in org.codehaus.plexus.component.manager with parameters of type LifecycleHandler
 void ComponentManager.setup(MutablePlexusContainer container, LifecycleHandler lifecycleHandler, ComponentDescriptor componentDescriptor)
           
 void AbstractComponentManager.setup(MutablePlexusContainer container, LifecycleHandler lifecycleHandler, ComponentDescriptor componentDescriptor)
           
 

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

Fields in org.codehaus.plexus.component.repository declared as LifecycleHandler
private  LifecycleHandler ComponentProfile.lifecycleHandler
          Lifecycle Handler.
 

Methods in org.codehaus.plexus.component.repository that return LifecycleHandler
 LifecycleHandler ComponentProfile.getLifecycleHandler()
           
 

Methods in org.codehaus.plexus.component.repository with parameters of type LifecycleHandler
 void ComponentProfile.setLifecycleHandler(LifecycleHandler lifecycleHandler)
           
 

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 DefaultLifecycleHandlerManager.getLifecycleHandler(java.lang.String id)
           
 LifecycleHandler LifecycleHandlerManager.getLifecycleHandler(java.lang.String id)
           
 

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