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

Class StopPhase

Implemented Interfaces:
Phase

public class StopPhase
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)
            throws PhaseExecutionException
Execute the phase.
Specified by:
execute in interface Phase
Overrides:
execute in interface AbstractPhase