org.codehaus.plexus.lifecycle.phase
Interface Phase

All Known Implementing Classes:
AbstractPhase

public interface Phase


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

Method Detail

execute

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

Throws:
PhaseExecutionException


Copyright © 2001-2007 Codehaus. All Rights Reserved.