Package org.omegat

Class 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)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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)