org.jtheque.core.managers.lifecycle.phases
Class SecondPhase

java.lang.Object
  extended by org.jtheque.core.managers.lifecycle.phases.SecondPhase
All Implemented Interfaces:
LifeCyclePhase

public final class SecondPhase
extends java.lang.Object
implements LifeCyclePhase

The second phase of the JTheque life cycle.

Author:
Baptiste Wicht

Constructor Summary
SecondPhase()
           
 
Method Summary
 void run()
          Run the phase.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecondPhase

public SecondPhase()
Method Detail

run

public void run()
Description copied from interface: LifeCyclePhase
Run the phase.

Specified by:
run in interface LifeCyclePhase


Copyright © 2009 JTheque. All Rights Reserved.