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