public final class Main
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static java.util.Map<java.lang.String,java.lang.String> |
PARAMS
Execution command line parameters.
|
protected static java.io.File |
projectLocation
Project location for load on startup.
|
protected static java.lang.String |
remoteProject
Remote project location.
|
protected static org.omegat.CLIParameters.RUN_MODE |
runMode
Execution mode.
|
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args) |
static void |
restartGUI(java.lang.String projectDir) |
static int |
runConsoleAlign() |
protected static int |
runConsoleTranslate()
Execute in console mode for translate.
|
protected static int |
runCreatePseudoTranslateTMX()
Execute in console mode for translate.
|
protected static int |
runGUI()
Execute standard GUI.
|
static void |
showError(java.lang.Throwable ex) |
protected static java.io.File projectLocation
protected static java.lang.String remoteProject
protected static final java.util.Map<java.lang.String,java.lang.String> PARAMS
protected static org.omegat.CLIParameters.RUN_MODE runMode
public static void main(java.lang.String[] args)
public static void restartGUI(java.lang.String projectDir)
protected static int runGUI()
protected static int runConsoleTranslate() throws java.lang.Exception
java.lang.Exception
protected static int runCreatePseudoTranslateTMX() throws java.lang.Exception
java.lang.Exception
public static int runConsoleAlign() throws java.lang.Exception
java.lang.Exception
public static void showError(java.lang.Throwable ex)