org.codehaus.plexus.lifecycle.phase

Interface Phase

Known Implementing Classes:
AbstractPhase, AutoConfigurePhase, CompositionPhase, ConfigurablePhase, ContextualizePhase, DisposePhase, InitializePhase, LogDisablePhase, LogEnablePhase, ResumePhase, ServiceablePhase, StartPhase, StopPhase, SuspendPhase

public interface Phase

Method Summary

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

Method Details

execute

public void execute(Object component,
                    ComponentManager manager)
            throws PhaseExecutionException
Execute the phase.