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

java.lang.Object
  extended byorg.codehaus.plexus.lifecycle.phase.AbstractPhase
      extended byorg.codehaus.plexus.personality.plexus.lifecycle.phase.SuspendPhase
All Implemented Interfaces:
Phase

public class SuspendPhase
extends AbstractPhase


Constructor Summary
SuspendPhase()
           
 
Method Summary
 void execute(java.lang.Object object, ComponentManager manager)
          Execute the phase.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SuspendPhase

public SuspendPhase()
Method Detail

execute

public void execute(java.lang.Object object,
                    ComponentManager manager)
Description copied from class: AbstractPhase
Execute the phase.

Specified by:
execute in interface Phase
Specified by:
execute in class AbstractPhase


Copyright © 2001-2007 Codehaus. All Rights Reserved.