org.codehaus.plexus.personality.plexus.lifecycle.phase
Class LogDisablePhase

java.lang.Object
  extended by org.codehaus.plexus.lifecycle.phase.AbstractPhase
      extended by org.codehaus.plexus.personality.plexus.lifecycle.phase.LogDisablePhase
All Implemented Interfaces:
Phase

public class LogDisablePhase
extends AbstractPhase

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

Constructor Summary
LogDisablePhase()
           
 
Method Summary
 void execute(java.lang.Object object, ComponentManager componentManager)
          Execute the phase.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogDisablePhase

public LogDisablePhase()
Method Detail

execute

public void execute(java.lang.Object object,
                    ComponentManager componentManager)
             throws PhaseExecutionException
Description copied from class: AbstractPhase
Execute the phase.

Specified by:
execute in interface Phase
Specified by:
execute in class AbstractPhase
Throws:
PhaseExecutionException


Copyright © 2001-2007 Codehaus. All Rights Reserved.