Class BackportTranslations


  • public class BackportTranslations
    extends BackportBase
    Generates a set of translated property files to back-port updates to a previous version. If the source and target use the same value for the English key then any translated value for that key is copied from the source to the target.
    • Constructor Detail

      • BackportTranslations

        protected BackportTranslations​(java.lang.String[] args)
                                throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • main

        public static void main​(java.lang.String... args)
                         throws java.io.IOException
        Throws:
        java.io.IOException
      • execute

        protected void execute()
                        throws java.io.IOException
        Specified by:
        execute in class BackportBase
        Throws:
        java.io.IOException