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

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

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

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-2008 Codehaus. All Rights Reserved.