public interface Phase
| Modifier and Type | Method and Description |
|---|---|
void |
execute(java.lang.Object component,
ComponentManager manager,
org.codehaus.plexus.classworlds.realm.ClassRealm realm)
Execute the phase.
|
void execute(java.lang.Object component,
ComponentManager manager,
org.codehaus.plexus.classworlds.realm.ClassRealm realm)
throws PhaseExecutionException
component - The component.manager - ComponentManagerrealm - ClassRealmPhaseExecutionException - in case of an error.