Package org.omegat
Class Main
- java.lang.Object
-
- org.omegat.Main
-
public final class Main extends java.lang.Object
The main OmegaT class, used to launch the program.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
static void
restartGUI(java.lang.String projectDir)
static int
runConsoleAlign()
static void
showError(java.lang.Throwable ex)
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
-
restartGUI
public static void restartGUI(java.lang.String projectDir)
-
runConsoleAlign
public static int runConsoleAlign() throws java.lang.Exception
- Throws:
java.lang.Exception
-
showError
public static void showError(java.lang.Throwable ex)
-
-