Class SuspendPhase
java.lang.Object
org.codehaus.plexus.lifecycle.phase.AbstractPhase
org.codehaus.plexus.personality.plexus.lifecycle.phase.SuspendPhase
- All Implemented Interfaces:
Phase
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
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
-
Constructor Details
-
SuspendPhase
public SuspendPhase()
-
-
Method Details
-
execute
public void execute(Object object, ComponentManager manager, org.codehaus.plexus.classworlds.realm.ClassRealm lookupRealm) 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
-