Class StopPhase
- java.lang.Object
-
- org.codehaus.plexus.lifecycle.phase.AbstractPhase
-
- org.codehaus.plexus.personality.plexus.lifecycle.phase.StopPhase
-
- All Implemented Interfaces:
Phase
public class StopPhase extends AbstractPhase
-
-
Constructor Summary
Constructors Constructor Description StopPhase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(Object object, ComponentManager manager, org.codehaus.plexus.classworlds.realm.ClassRealm lookupRealm)
Execute the phase.-
Methods inherited from class org.codehaus.plexus.lifecycle.phase.AbstractPhase
execute
-
-
-
-
Method Detail
-
execute
public void execute(Object object, ComponentManager manager, org.codehaus.plexus.classworlds.realm.ClassRealm lookupRealm) throws PhaseExecutionException
Description copied from class:AbstractPhase
Execute the phase.- Specified by:
execute
in interfacePhase
- Specified by:
execute
in classAbstractPhase
- Parameters:
object
- The component.manager
-ComponentManager
lookupRealm
-ClassRealm
- Throws:
PhaseExecutionException
- in case of an error.
-
-