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

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

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

The third phase of the JTheque life cycle.

Author:
Baptiste Wicht

Constructor Summary
ThirdPhase()
           
 
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

ThirdPhase

public ThirdPhase()
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.