From cee53b021632c95f1b4882664a31ca639a9b0700 Mon Sep 17 00:00:00 2001 From: Matt Windsor Date: Sun, 20 Mar 2011 16:38:51 +0000 Subject: Rewrite of server to use HttpCore example code; beginning of code reformat from GNU style to Java conventions. Code now includes Apache license code. --- doc/uk/org/ury/testrig/ApplicationLauncher.html | 289 ++++++++++++++++++++++++ 1 file changed, 289 insertions(+) create mode 100644 doc/uk/org/ury/testrig/ApplicationLauncher.html (limited to 'doc/uk/org/ury/testrig/ApplicationLauncher.html') diff --git a/doc/uk/org/ury/testrig/ApplicationLauncher.html b/doc/uk/org/ury/testrig/ApplicationLauncher.html new file mode 100644 index 0000000..53b3516 --- /dev/null +++ b/doc/uk/org/ury/testrig/ApplicationLauncher.html @@ -0,0 +1,289 @@ + + + + + + +ApplicationLauncher + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +uk.org.ury.testrig +
+Class ApplicationLauncher

+
+java.lang.Object
+  extended by uk.org.ury.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.testrig.Launcher
DEFAULT_MODULE_NAME
+  + + + + + + + + + + +
+Constructor Summary
ApplicationLauncher() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+static voidmain(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.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3