|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--gate.Main
Top-level entry point for the GATE command-line and GUI interfaces.
Field Summary | |
static boolean |
batchMode
Are we in batch mode? |
static String |
build
|
static boolean |
dbAdminMode
Are we in db admin mode? |
static String |
name
|
static String |
version
|
Constructor Summary | |
Main()
|
Method Summary | |
static MainFrame |
getMainFrame()
Get the main frame of the GUI. |
static void |
help()
Display a help message |
static void |
main(String[] args)
Main routine for GATE. |
static void |
processArgs(String[] args)
Process arguments and set up member fields appropriately. |
static void |
usage()
Display a usage message |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static boolean batchMode
public static boolean dbAdminMode
public static String name
public static String version
public static String build
Constructor Detail |
public Main()
Method Detail |
public static void main(String[] args) throws GateException
GateException
public static MainFrame getMainFrame() throws GateException
GateException
public static void processArgs(String[] args)
public static void usage()
public static void help()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |