jgMain
Class JgMain

java.lang.Object
  extended byjgMain.JgMain

public class JgMain
extends java.lang.Object

This description left intentionally blank


Field Summary
protected static DataLoader dl
          A reference to the DataLoader instance
protected static JgSettings settings
          A reference to the program settings
 
Constructor Summary
JgMain()
           
 
Method Summary
static DataLoader getDataLoader()
          Retreives the data loader instance
static JgSettings getSettings()
          Retrieves the settings object
static void main(java.lang.String[] args)
          duh
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dl

protected static DataLoader dl
A reference to the DataLoader instance


settings

protected static JgSettings settings
A reference to the program settings

Constructor Detail

JgMain

public JgMain()
Method Detail

main

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


getSettings

public static JgSettings getSettings()
Retrieves the settings object

Returns:
the JgSettings object

getDataLoader

public static DataLoader getDataLoader()
Retreives the data loader instance

Returns:
the DataLoader object