Class Import


  • public class Import
    extends java.lang.Object
    Utility class for importing translated properties files.
    • Constructor Summary

      Constructors 
      Constructor Description
      Import()
      Creates a new instance of the Import utility.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String... args)
      Main entry point for importing translations.
      • Methods inherited from class java.lang.Object

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

      • Import

        public Import()
        Creates a new instance of the Import utility.
    • Method Detail

      • main

        public static void main​(java.lang.String... args)
                         throws java.io.IOException
        Main entry point for importing translations.
        Parameters:
        args - command line arguments
        Throws:
        java.io.IOException - if an I/O error occurs