org.hawk.startup
Class HawkStartup

java.lang.Object
  extended by org.hawk.startup.HawkStartup

public class HawkStartup
extends java.lang.Object

This is a startup class.

Apart from initializing Hawk, it kicks off the startup of
target application.
Note: The target module should implement IModule.


Method Summary
static HawkStartup getInstance()
          SingleTon accessor method
static boolean setupLogger(java.lang.String loggerFile)
           
 boolean startUp()
          This starts the targe app.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setupLogger

public static boolean setupLogger(java.lang.String loggerFile)

getInstance

public static HawkStartup getInstance()
SingleTon accessor method

Returns:

startUp

public boolean startUp()
This starts the targe app.

Returns: