Class HierarchialTranslationTable.PropBasedExportTask

    • Constructor Detail

      • PropBasedExportTask

        public PropBasedExportTask​(java.lang.String baseDir,
                                   java.lang.String baseFileName,
                                   java.util.List<java.util.Locale> locales,
                                   java.lang.String mode,
                                   java.util.Collection<java.lang.String> keys,
                                   TranslationPackage pkg)
        The paths should be one to one with the locales they represent. *
    • Method Detail

      • buildFor

        protected java.util.Properties buildFor​(java.util.Locale l)
      • run

        public void run​(TaskProgressListener progressListener)
                 throws java.lang.Exception
        Description copied from interface: AsyncClientTask
        The "work" function. Should update the progressListener of status, and check whether the operation has been canceled, if applicable. Should throw an exception on failure.
        Throws:
        java.lang.Exception