org.codehaus.plexus.personality.plexus.lifecycle.phase

Class SuspendPhase

Implemented Interfaces:
Phase

public class SuspendPhase
extends AbstractPhase

Method Summary

void
execute(Object object, ComponentManager manager)
Execute the phase.

Methods inherited from class org.codehaus.plexus.lifecycle.phase.AbstractPhase

execute

Method Details

execute

public void execute(Object object,
                    ComponentManager manager)
Execute the phase.
Specified by:
execute in interface Phase
Overrides:
execute in interface AbstractPhase