cs4099
Class Main

java.lang.Object
  extended by cs4099.Main

public class Main
extends java.lang.Object

The Main class begins the running of the program. It checks for any command line parameters given, and attempts to interpret an XML if one is provided. Otherwise, it sets up a blank game.

Author:
David Newton

Constructor Summary
Main()
           
 
Method Summary
static void main(java.lang.String[] args)
          The main method - a run of the program should start from here.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
The main method - a run of the program should start from here.

Parameters:
args - The command line arguments
Throws:
java.lang.Exception