Class ReformatTranslationFile


  • public class ReformatTranslationFile
    extends Object
    Program to reformat a a Translation file. This executable takes three parameters :
    1. base properties file, that defines the key ordering
    2. properties file to reformat, sorting keys in the order defined by the first file
    3. character encoding for reformat and output file

    The second file is overwritten

    • Constructor Detail

      • ReformatTranslationFile

        public ReformatTranslationFile()
    • Method Detail

      • main

        public static void main​(String[] args)
                         throws IOException
        The main program.
        Parameters:
        args - the 3 arguments
        Throws:
        IOException - if unable to read or write the files.