org.codehaus.plexus.lifecycle.phase

Class AbstractPhase

Implemented Interfaces:
Phase
Known Direct Subclasses:
AutoConfigurePhase, CompositionPhase, ConfigurablePhase, ContextualizePhase, DisposePhase, InitializePhase, LogDisablePhase, LogEnablePhase, ResumePhase, ServiceablePhase, StartPhase, StopPhase, SuspendPhase

public abstract class AbstractPhase
extends java.lang.Object
implements Phase

Method Summary

abstract void
execute(Object component, ComponentManager manager)
Execute the phase.

Method Details

execute

public abstract void execute(Object component,
                             ComponentManager manager)
            throws PhaseExecutionException
Execute the phase.
Specified by:
execute in interface Phase