org.codehaus.plexus.lifecycle
Class DefaultLifecycleHandler

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

public class DefaultLifecycleHandler
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: DefaultLifecycleHandler.java,v 1.5 2003/12/20 19:11:36 jvanzyl Exp $
Author:
Jason van Zyl, bob mcwhirter

Field Summary
 
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
DefaultLifecycleHandler()
           
 
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
 

Constructor Detail

DefaultLifecycleHandler

public DefaultLifecycleHandler()
Method Detail

initialize

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