org.codehaus.plexus.personality.plexus.lifecycle.phase
Class SuspendPhase
java.lang.Object
org.codehaus.plexus.lifecycle.phase.AbstractPhase
org.codehaus.plexus.personality.plexus.lifecycle.phase.SuspendPhase
- All Implemented Interfaces:
- Phase
public class SuspendPhase
- extends AbstractPhase
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SuspendPhase
public SuspendPhase()
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