|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.goerntkai.scot.app.Main
Main
configures and starts up the application. It also
feeds back to the user. Main
is the class that will be
started from the command line or from other applications like Ant.
The application may be configured by command line parameter as well as by property files.
Method Summary | |
static void |
main(java.lang.String[] args)
Instantiates Main and runs start . |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static void main(java.lang.String[] args)
Instantiates Main
and runs start
. Also
holds a default excepion handling.
args
- command line parameters
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |