Class InstallerTranslations


  • public class InstallerTranslations
    extends java.lang.Object
    Handle translations for the installer.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      private static java.util.Map<java.lang.String,​java.lang.String> readFile​(java.io.File file)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • SOURCE_DIRECTORY

        private static final java.io.File SOURCE_DIRECTORY
      • MAIN_FILE

        private static final java.io.File MAIN_FILE
      • DESTINATION_DIRECTORY

        private static final java.io.File DESTINATION_DIRECTORY
      • LANGUAGE_CODES

        private static final java.io.File LANGUAGE_CODES
      • IZPACK_CODES

        private static final java.lang.String[][] IZPACK_CODES
      • KEYS

        private static final java.lang.String[] KEYS
    • Constructor Detail

      • InstallerTranslations

        public InstallerTranslations()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • readFile

        private static java.util.Map<java.lang.String,​java.lang.String> readFile​(java.io.File file)