com.bitmechanic.maxq
Class Main

java.lang.Object
  extended by com.bitmechanic.maxq.Main

public class Main
extends java.lang.Object

todo Make default package configurable todo Make default save location configurable todo Remeber package and save location


Nested Class Summary
static class Main.CommandLineResults
           
 
Constructor Summary
Main()
           
 
Method Summary
 ProxyServer getProxy()
           
static void main(java.lang.String[] argv)
           
static void parseLine(java.lang.String[] argv, Main.CommandLineResults results)
           
 void runTests(java.lang.String[] tests)
          Runs tests on command line.
 void startGUI(int port, java.lang.String openPath)
           
 
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

getProxy

public ProxyServer getProxy()

parseLine

public static void parseLine(java.lang.String[] argv,
                             Main.CommandLineResults results)

main

public static void main(java.lang.String[] argv)

runTests

public void runTests(java.lang.String[] tests)
Runs tests on command line.


startGUI

public void startGUI(int port,
                     java.lang.String openPath)
              throws java.lang.Exception
Throws:
java.lang.Exception