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
- ComponentManager
realm
- ClassRealm
PhaseExecutionException
- in case of an error.Copyright © 2001–2019 Codehaus Plexus. All rights reserved.