es.ucm.fdi.hysteria
Class Main

java.lang.Object
  extended by es.ucm.fdi.hysteria.Main

public class Main
extends java.lang.Object

Entrance point of the application. It configures and starts the game

Author:
Sandor

Constructor Summary
Main()
           
 
Method Summary
static void main(java.lang.String[] args)
          Main method Usage: run [{-c,--config} configFilePath] gameFilePath [{-i,--input} inputFilePath] [{-o,--output} outputFilePath] (config, game, input and output file paths should include their file extensions)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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.IllegalArgumentException
Main method Usage: run [{-c,--config} configFilePath] gameFilePath [{-i,--input} inputFilePath] [{-o,--output} outputFilePath] (config, game, input and output file paths should include their file extensions)

Parameters:
args - Console line arguments
Throws:
java.lang.IllegalArgumentException - Argument args cannot be null