nz.ac.waikato.mcennis.rat
Class RunScheduler

java.lang.Object
  extended by nz.ac.waikato.mcennis.rat.RunScheduler

public class RunScheduler
extends java.lang.Object

Executes RAT by reading in an XML file - scheduler.xml by default. This file is then parsed to determine which components should be put together, and then executes the resulting application. Parameters are included in a parameter followed by a name-value pair.


Constructor Summary
RunScheduler()
          Creates a new instance of RunScheduler
 
Method Summary
static void main(java.lang.String[] args)
          Loads the scheduler specified as the first argument or 'scheduler.xml' if nor arguments are provided.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunScheduler

public RunScheduler()
Creates a new instance of RunScheduler

Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Loads the scheduler specified as the first argument or 'scheduler.xml' if nor arguments are provided.

Parameters:
args - array containing the application arguments
Throws:
java.lang.Exception