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

Class LogDisablePhase

Implemented Interfaces:
Phase

public class LogDisablePhase
extends AbstractPhase

Version:
$Id: LogDisablePhase.java 1750 2005-04-19 07:45:02Z brett $
Author:
Trygve Laugstøl

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