org.jorion.balboa
Class Console

java.lang.Object
  extended by org.jorion.balboa.Console

public class Console
extends java.lang.Object

Starts the application in console mode. The user needs to specify which part he wants to execute.

Author:
Bernard Jorion, www.jorion.org

Field Summary
static java.lang.String[] PANELS
          Panel names.
 
Constructor Summary
Console()
           
 
Method Summary
static void main(java.lang.String[] args)
          One possible entry point for the application.
static void printWarning(java.io.PrintStream ps)
          Print a small warning message about missing mandatory arguments.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PANELS

public static final java.lang.String[] PANELS
Panel names.

Constructor Detail

Console

public Console()
Method Detail

printWarning

public static void printWarning(java.io.PrintStream ps)
Print a small warning message about missing mandatory arguments.

Parameters:
ps - The stream to write the information to.

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
One possible entry point for the application. It actually calls a specific application given by the "-start" option. This option is removed from the list of arguments.

Parameters:
args - The program arguments.
Throws:
java.lang.Exception