org.codehaus.plexus.personality.plexus.lifecycle.phase
Class LogDisablePhase
java.lang.Object
org.codehaus.plexus.lifecycle.phase.AbstractPhase
org.codehaus.plexus.personality.plexus.lifecycle.phase.LogDisablePhase
- All Implemented Interfaces:
- Phase
public class LogDisablePhase
- extends AbstractPhase
- Version:
- $Id: LogDisablePhase.java 7858 2008-11-20 03:48:11Z dain $
- Author:
- Trygve Laugstøl
Method Summary |
void |
execute(Object object,
ComponentManager componentManager,
org.codehaus.plexus.classworlds.realm.ClassRealm lookupRealm)
Execute the phase. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LogDisablePhase
public LogDisablePhase()
execute
public void execute(Object object,
ComponentManager componentManager,
org.codehaus.plexus.classworlds.realm.ClassRealm lookupRealm)
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-2011 Codehaus. All Rights Reserved.