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
 

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(PlexusContainer container, LifecycleHandler lifecycleHandler, ComponentDescriptor componentDescriptor)
           
 void AbstractComponentManager.setup(PlexusContainer container, LifecycleHandler lifecycleHandler, ComponentDescriptor componentDescriptor)
           
 

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

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
           
 class PassiveLifecycleHandler
           
 

Methods in org.codehaus.plexus.lifecycle that return LifecycleHandler
 LifecycleHandler LifecycleHandlerManager.getDefaultLifecycleHandler()
           
 LifecycleHandler DefaultLifecycleHandlerManager.getDefaultLifecycleHandler()
           
 LifecycleHandler LifecycleHandlerManager.getLifecycleHandler(java.lang.String id)
           
 LifecycleHandler DefaultLifecycleHandlerManager.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
           
 



Copyright © 2001-2007 Codehaus. All Rights Reserved.