com.shimari.framework
Class Launcher

java.lang.Object
  extended bycom.shimari.framework.Launcher
All Implemented Interfaces:
java.lang.Runnable

public class Launcher
extends java.lang.Object
implements java.lang.Runnable


Constructor Summary
Launcher(Config conf)
           
 
Method Summary
static void main(java.lang.String[] arg)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Launcher

public Launcher(Config conf)
         throws ConfigException
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable

main

public static void main(java.lang.String[] arg)