jar

com.peterfranza : PropertyTranslator

Maven & Gradle

Jan 19, 2022
1 stars

PropertyTranslator · The LanguagePropertyTranslator takes a fileset of property files that represent the source language, and a set of translators. and generates a sister set of language property files.

Table Of Contents

Latest Version

Download com.peterfranza : PropertyTranslator JAR file - Latest Versions:

All Versions

Download com.peterfranza : PropertyTranslator JAR file - All Versions:

Version Vulnerabilities Size Updated
1.3.x
1.2.x
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window PropertyTranslator-1.3.13.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.peterfranza.propertytranslator

├─ com.peterfranza.propertytranslator.AbstractMachineTranslationMojo.class - [JAR]

├─ com.peterfranza.propertytranslator.AmazonTranslationMojo.class - [JAR]

├─ com.peterfranza.propertytranslator.HTMLDetection.class - [JAR]

├─ com.peterfranza.propertytranslator.MissingKeyBackFillType.class - [JAR]

├─ com.peterfranza.propertytranslator.OnErrorKey.class - [JAR]

├─ com.peterfranza.propertytranslator.OnMissingKey.class - [JAR]

├─ com.peterfranza.propertytranslator.PropertyTranslationGenerator.class - [JAR]

├─ com.peterfranza.propertytranslator.TranslationDeltaExporter.class - [JAR]

├─ com.peterfranza.propertytranslator.TranslationDeltaImporter.class - [JAR]

├─ com.peterfranza.propertytranslator.TranslationInputValidator.class - [JAR]

├─ com.peterfranza.propertytranslator.TranslationPropertyFileReader.class - [JAR]

├─ com.peterfranza.propertytranslator.TranslatorConfig.class - [JAR]

├─ com.peterfranza.propertytranslator.TranslatorDictionaryEvolutionConfiguration.class - [JAR]

├─ com.peterfranza.propertytranslator.TranslatorGeneratorType.class - [JAR]

├─ com.peterfranza.propertytranslator.Utils.class - [JAR]

com.peterfranza.propertytranslator.translators

├─ com.peterfranza.propertytranslator.translators.JSONDictionary.class - [JAR]

├─ com.peterfranza.propertytranslator.translators.JSONDictionaryEvolutionProcessor.class - [JAR]

├─ com.peterfranza.propertytranslator.translators.JSONDictionaryFileLoader.class - [JAR]

├─ com.peterfranza.propertytranslator.translators.JSONDictionaryLoader.class - [JAR]

├─ com.peterfranza.propertytranslator.translators.JSONDictionaryTranslator.class - [JAR]

├─ com.peterfranza.propertytranslator.translators.LOREMTranslator.class - [JAR]

├─ com.peterfranza.propertytranslator.translators.QuestionMarkTranslator.class - [JAR]

├─ com.peterfranza.propertytranslator.translators.TranslationStatusSummary.class - [JAR]

├─ com.peterfranza.propertytranslator.translators.TranslationType.class - [JAR]

├─ com.peterfranza.propertytranslator.translators.Translator.class - [JAR]

Advertisement