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