public interface Phase
| Modifier and Type | Method and Description |
|---|---|
void |
execute(Object component,
ComponentManager manager,
org.codehaus.plexus.classworlds.realm.ClassRealm realm)
Execute the phase.
|
void execute(Object component, ComponentManager manager, org.codehaus.plexus.classworlds.realm.ClassRealm realm) throws PhaseExecutionException
component - The component.manager - ComponentManagerrealm - ClassRealmPhaseExecutionException - in case of an error.Copyright © 2001–2019 Codehaus Plexus. All rights reserved.