org.codehaus.plexus.personality.plexus.lifecycle.phase

Class LogEnablePhase

Implemented Interfaces:
Phase

public class LogEnablePhase
extends AbstractPhase

Method Summary

void
execute(Object object, ComponentManager componentManager)
Execute the phase.

Methods inherited from class org.codehaus.plexus.lifecycle.phase.AbstractPhase

execute

Method Details

execute

public void execute(Object object,
                    ComponentManager componentManager)
            throws PhaseExecutionException
Execute the phase.
Specified by:
execute in interface Phase
Overrides:
execute in interface AbstractPhase