Class ProjectMedProcessing


  • public final class ProjectMedProcessing
    extends java.lang.Object
    Class for support some MED-specific operations.
    • Method Detail

      • extractFromMed

        public static void extractFromMed​(java.io.File medZip,
                                          ProjectProperties props)
                                   throws java.lang.Exception
        It creates project internals from MED zip file.
        Throws:
        java.lang.Exception
      • getOriginMedFile

        public static java.io.File getOriginMedFile​(ProjectProperties props)
                                             throws java.lang.Exception
        Finds one .zip file inside omegat/med/ dir.
        Throws:
        java.lang.Exception
      • createMed

        public static void createMed​(java.io.File medZip,
                                     ProjectProperties props)
                              throws java.lang.Exception
        Throws:
        java.lang.Exception