Class LogEnablePhase
- java.lang.Object
-
- org.codehaus.plexus.lifecycle.phase.AbstractPhase
-
- org.codehaus.plexus.personality.plexus.lifecycle.phase.LogEnablePhase
-
- All Implemented Interfaces:
Phase
public class LogEnablePhase extends AbstractPhase
-
-
Constructor Summary
Constructors Constructor Description LogEnablePhase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(java.lang.Object object, ComponentManager componentManager, org.codehaus.plexus.classworlds.realm.ClassRealm lookupRealm)Execute the phase.-
Methods inherited from class org.codehaus.plexus.lifecycle.phase.AbstractPhase
execute
-
-
-
-
Method Detail
-
execute
public void execute(java.lang.Object object, ComponentManager componentManager, org.codehaus.plexus.classworlds.realm.ClassRealm lookupRealm) throws PhaseExecutionExceptionDescription copied from class:AbstractPhaseExecute the phase.- Specified by:
executein interfacePhase- Specified by:
executein classAbstractPhase- Parameters:
object- The component.componentManager-ComponentManagerlookupRealm-ClassRealm- Throws:
PhaseExecutionException- in case of an error.
-
-