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

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

public class ResumePhase
extends AbstractPhase


Constructor Summary
ResumePhase()
           
 
Method Summary
 void execute(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

ResumePhase

public ResumePhase()
Method Detail

execute

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

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