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

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

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
 LifecycleHandler ComponentManager.getLifecycleHandler()
           
 LifecycleHandler AbstractComponentManager.getLifecycleHandler()
           
 

Methods in org.codehaus.plexus.component.manager with parameters of type LifecycleHandler
 void ComponentManager.setup(Logger logger, java.lang.ClassLoader classLoader, LifecycleHandler lifecycleHandler, ComponentDescriptor componentDescriptor)
           
 void AbstractComponentManager.setup(Logger logger, java.lang.ClassLoader classLoader, 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 DefaultLifecycleHandler
          An Avalon component lifecycle handler.
 

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

Uses of LifecycleHandler in org.codehaus.plexus.personality.plexus
 

Classes in org.codehaus.plexus.personality.plexus that implement LifecycleHandler
 class PlexusLifecycleHandler
          An Avalon component lifecycle handler.