org.codehaus.plexus.lifecycle.phase
Class AbstractPhase
java.lang.Object
org.codehaus.plexus.lifecycle.phase.AbstractPhase
- All Implemented Interfaces:
- Phase
- Direct Known Subclasses:
- AutoConfigurePhase, ConfigurablePhase, ContextualizePhase, DisposePhase, InitializePhase, LogDisablePhase, LogEnablePhase, ResumePhase, ServiceablePhase, StartPhase, StopPhase, SuspendPhase
public abstract class AbstractPhase
- extends Object
- implements Phase
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractPhase
public AbstractPhase()
execute
public abstract void execute(Object component,
ComponentManager manager,
org.codehaus.plexus.classworlds.realm.ClassRealm realm)
throws PhaseExecutionException
- Execute the phase.
- Specified by:
execute
in interface Phase
- Throws:
PhaseExecutionException
execute
public final void execute(Object component,
ComponentManager manager)
throws PhaseExecutionException
- Deprecated.
- Throws:
PhaseExecutionException
Copyright © 2001-2008 Codehaus. All Rights Reserved.