Interface Phase
-
- All Known Implementing Classes:
AbstractPhase
,AutoConfigurePhase
,ConfigurablePhase
,ContextualizePhase
,DisposePhase
,InitializePhase
,LogDisablePhase
,LogEnablePhase
,ResumePhase
,ServiceablePhase
,StartPhase
,StopPhase
,SuspendPhase
public interface Phase
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
execute(Object component, ComponentManager manager, org.codehaus.plexus.classworlds.realm.ClassRealm realm)
Execute the phase.
-
-
-
Method Detail
-
execute
void execute(Object component, ComponentManager manager, org.codehaus.plexus.classworlds.realm.ClassRealm realm) throws PhaseExecutionException
Execute the phase.- Parameters:
component
- The component.manager
-ComponentManager
realm
-ClassRealm
- Throws:
PhaseExecutionException
- in case of an error.
-
-