org.codehaus.plexus.lifecycle.phase
Interface Phase

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

public interface Phase


Method Summary
 void execute(java.lang.Object component, ComponentManager manager)
          Execute the phase.
 

Method Detail

execute

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

Throws:
PhaseExecutionException


Copyright © 2001-2006 Codehaus. All Rights Reserved.