|
GATE Version 3.1-2270 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgate.Main
public class 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 | |
---|---|
protected static void |
applyUserPreferences()
Reads the user config data and applies the required settings. |
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 |
---|
clone, equals, finalize, 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
protected static void applyUserPreferences()
public static void processArgs(String[] args)
public static void usage()
public static void help()
|
GATE Version 3.1-2270 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |