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

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

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

The first phase of the JTheque life cycle.

Author:
Baptiste Wicht

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

FirstPhase

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