org.codehaus.plexus.personality.plexus
Class PlexusLifecycleHandler

java.lang.Object
  extended byorg.codehaus.plexus.logging.AbstractLogEnabled
      extended byorg.codehaus.plexus.lifecycle.AbstractLifecycleHandler
          extended byorg.codehaus.plexus.personality.plexus.PlexusLifecycleHandler
All Implemented Interfaces:
LifecycleHandler, LogEnabled

public class PlexusLifecycleHandler
extends AbstractLifecycleHandler

An Avalon component lifecycle handler. The AvalonLifecycleHandler must have the following entities set in order to propery execute the Avalon lifecycle. Logger Context ServiceManager

Version:
$Id: PlexusLifecycleHandler.java,v 1.1 2003/12/21 15:27:10 jvanzyl Exp $
Author:
Jason van Zyl, bob mcwhirter

Field Summary
static java.lang.String COMPONENT_CONFIGURATOR
           
 
Fields inherited from class org.codehaus.plexus.lifecycle.AbstractLifecycleHandler
 
Fields inherited from class org.codehaus.plexus.logging.AbstractLogEnabled
 
Fields inherited from interface org.codehaus.plexus.lifecycle.LifecycleHandler
COMPONENT_REPOSITORY, CONTEXT, LOGGER, PLEXUS_CONTAINER
 
Constructor Summary
PlexusLifecycleHandler()
           
 
Method Summary
 void initialize()
           
 
Methods inherited from class org.codehaus.plexus.lifecycle.AbstractLifecycleHandler
addEntity, end, getBeginSegment, getEndSegment, getEntities, getId, getName, getResumeSegment, getSuspendSegment, resume, start, suspend
 
Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.codehaus.plexus.lifecycle.LifecycleHandler
enableLogging
 

Field Detail

COMPONENT_CONFIGURATOR

public static java.lang.String COMPONENT_CONFIGURATOR
Constructor Detail

PlexusLifecycleHandler

public PlexusLifecycleHandler()
Method Detail

initialize

public void initialize()
                throws java.lang.Exception
Throws:
java.lang.Exception