|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.screamingcoder.plebeians.StartMain
public class StartMain
This is the main class that should always be called from the command
line for a plebeians app. Something like:
java -jar MyApp.jar com.screamingcoder.plebeians.StarMain arguments
| Constructor Summary | |
|---|---|
StartMain(java.lang.String[] commandLineArgs)
|
|
| Method Summary | |
|---|---|
void |
go()
|
static void |
main(java.lang.String[] args)
The main method called from the command line. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StartMain(java.lang.String[] commandLineArgs)
throws java.awt.HeadlessException
java.awt.HeadlessException| Method Detail |
|---|
public void go()
public static void main(java.lang.String[] args)
args - the command line arguments
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||