org.codehaus.plexus.personality.plexus.lifecycle.phase
Class StopPhase

java.lang.Object
  extended by org.codehaus.plexus.lifecycle.phase.AbstractPhase
      extended by org.codehaus.plexus.personality.plexus.lifecycle.phase.StopPhase
All Implemented Interfaces:
Phase

public class StopPhase
extends AbstractPhase


Constructor Summary
StopPhase()
           
 
Method Summary
 void execute(java.lang.Object object, ComponentManager manager, org.codehaus.plexus.classworlds.realm.ClassRealm lookupRealm)
          Execute the phase.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StopPhase

public StopPhase()
Method Detail

execute

public void execute(java.lang.Object object,
                    ComponentManager manager,
                    org.codehaus.plexus.classworlds.realm.ClassRealm lookupRealm)
             throws PhaseExecutionException
Description copied from interface: Phase
Execute the phase.

Throws:
PhaseExecutionException


Copyright © 2001-2009 Codehaus. All Rights Reserved.