|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jorion.balboa.Console
public class Console
Starts the application in console mode. The user needs to specify which part he wants to execute.
| 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 |
|---|
public static final java.lang.String[] PANELS
| Constructor Detail |
|---|
public Console()
| Method Detail |
|---|
public static void printWarning(java.io.PrintStream ps)
ps - The stream to write the information to.
public static void main(java.lang.String[] args)
throws java.lang.Exception
args - The program arguments.
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||