uk.org.ury.frontend.testrig
Class ApplicationLauncher

java.lang.Object
  extended by uk.org.ury.frontend.testrig.ApplicationLauncher
All Implemented Interfaces:
Launcher

public class ApplicationLauncher
extends java.lang.Object
implements Launcher

An application-based entry point into the frontend. If provided with no arguments, this will launch the main menu.

Author:
Matt Windsor

Field Summary
 
Fields inherited from interface uk.org.ury.frontend.testrig.Launcher
DEFAULT_MODULE_NAME
 
Constructor Summary
ApplicationLauncher()
           
 
Method Summary
static void main(java.lang.String[] args)
          Main method.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationLauncher

public ApplicationLauncher()
Method Detail

main

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

Parameters:
args - The command-line arguments to the program. These will currently be ignored.