jar

com.googlecode.l10n-maven-plugin : l10n-maven-plugin

Maven & Gradle

Nov 30, 2014

L10n maven plugin · Maven plugin to validate localization resources in Java properties files

Table Of Contents

Latest Version

Download com.googlecode.l10n-maven-plugin : l10n-maven-plugin JAR file - Latest Versions:

All Versions

Download com.googlecode.l10n-maven-plugin : l10n-maven-plugin JAR file - All Versions:

Version Vulnerabilities Size Updated
1.8
1.7
1.6
1.5
1.4
1.3
1.2.x
1.2
1.1
1.0

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 l10n-maven-plugin-1.8.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.googlecode.l10nmavenplugin.validators.bundle

├─ com.googlecode.l10nmavenplugin.validators.bundle.DuplicateValuesValidator.class - [JAR]

├─ com.googlecode.l10nmavenplugin.validators.bundle.KeyNamingConventionCoherenceValidator.class - [JAR]

com.googlecode.l10nmavenplugin.validators

├─ com.googlecode.l10nmavenplugin.validators.AbstractL10nValidator.class - [JAR]

├─ com.googlecode.l10nmavenplugin.validators.L10nValidationException.class - [JAR]

├─ com.googlecode.l10nmavenplugin.validators.L10nValidator.class - [JAR]

├─ com.googlecode.l10nmavenplugin.validators.PropertiesKeyConventionValidator.class - [JAR]

com.googlecode.l10nmavenplugin

├─ com.googlecode.l10nmavenplugin.CustomPattern.class - [JAR]

├─ com.googlecode.l10nmavenplugin.HelpMojo.class - [JAR]

├─ com.googlecode.l10nmavenplugin.L10nValidationConfiguration.class - [JAR]

├─ com.googlecode.l10nmavenplugin.ReportMojo.class - [JAR]

├─ com.googlecode.l10nmavenplugin.ValidateMojo.class - [JAR]

com.googlecode.l10nmavenplugin.log

├─ com.googlecode.l10nmavenplugin.log.L10nValidatorLogger.class - [JAR]

dk.dren.hunspell

├─ dk.dren.hunspell.Hunspell.class - [JAR]

├─ dk.dren.hunspell.HunspellLibrary.class - [JAR]

com.googlecode.l10nmavenplugin.validators.property

├─ com.googlecode.l10nmavenplugin.validators.property.DefaultValidator.class - [JAR]

├─ com.googlecode.l10nmavenplugin.validators.property.HtmlValidator.class - [JAR]

├─ com.googlecode.l10nmavenplugin.validators.property.JsValidator.class - [JAR]

├─ com.googlecode.l10nmavenplugin.validators.property.PatternValidator.class - [JAR]

├─ com.googlecode.l10nmavenplugin.validators.property.PlainTextValidator.class - [JAR]

├─ com.googlecode.l10nmavenplugin.validators.property.SpellCheckValidator.class - [JAR]

├─ com.googlecode.l10nmavenplugin.validators.property.TrailingWhitespaceValidator.class - [JAR]

├─ com.googlecode.l10nmavenplugin.validators.property.UrlValidator.class - [JAR]

com.googlecode.l10nmavenplugin.validators.property.format

├─ com.googlecode.l10nmavenplugin.validators.property.format.CStyleFormattingValidator.class - [JAR]

├─ com.googlecode.l10nmavenplugin.validators.property.format.FormattingValidator.class - [JAR]

├─ com.googlecode.l10nmavenplugin.validators.property.format.InnerResourcesFormattingValidator.class - [JAR]

├─ com.googlecode.l10nmavenplugin.validators.property.format.MessageFormatFormattingValidator.class - [JAR]

com.googlecode.l10nmavenplugin.validators.orchestrator

├─ com.googlecode.l10nmavenplugin.validators.orchestrator.DirectoryValidator.class - [JAR]

├─ com.googlecode.l10nmavenplugin.validators.orchestrator.PropertiesFamilyValidator.class - [JAR]

├─ com.googlecode.l10nmavenplugin.validators.orchestrator.PropertiesFileValidator.class - [JAR]

├─ com.googlecode.l10nmavenplugin.validators.orchestrator.PropertyFamilyValidator.class - [JAR]

├─ com.googlecode.l10nmavenplugin.validators.orchestrator.PropertyValidator.class - [JAR]

com.googlecode.l10nmavenplugin.format

├─ com.googlecode.l10nmavenplugin.format.CStyleFormatter.class - [JAR]

├─ com.googlecode.l10nmavenplugin.format.Formatter.class - [JAR]

├─ com.googlecode.l10nmavenplugin.format.InnerResourcesFormatter.class - [JAR]

├─ com.googlecode.l10nmavenplugin.format.MessageFormatFormatter.class - [JAR]

com.googlecode.l10nmavenplugin.model.spellcheck

├─ com.googlecode.l10nmavenplugin.model.spellcheck.HunspellDictionaryAdapter.class - [JAR]

├─ com.googlecode.l10nmavenplugin.model.spellcheck.JazzySpellDictionaryAdapter.class - [JAR]

├─ com.googlecode.l10nmavenplugin.model.spellcheck.LocaleSpellCheckerRepository.class - [JAR]

├─ com.googlecode.l10nmavenplugin.model.spellcheck.LocaleTreeSpellCheckerRepository.class - [JAR]

├─ com.googlecode.l10nmavenplugin.model.spellcheck.SpellCheckError.class - [JAR]

├─ com.googlecode.l10nmavenplugin.model.spellcheck.SpellChecker.class - [JAR]

├─ com.googlecode.l10nmavenplugin.model.spellcheck.SpellDictionary.class - [JAR]

com.googlecode.l10nmavenplugin.validators.family

├─ com.googlecode.l10nmavenplugin.validators.family.HtmlTagCoherenceValidator.class - [JAR]

├─ com.googlecode.l10nmavenplugin.validators.family.IdenticalTranslationValidator.class - [JAR]

├─ com.googlecode.l10nmavenplugin.validators.family.KeyNamingConventionValidator.class - [JAR]

├─ com.googlecode.l10nmavenplugin.validators.family.MissingTranslationValidator.class - [JAR]

├─ com.googlecode.l10nmavenplugin.validators.family.ParametricCoherenceValidator.class - [JAR]

com.googlecode.l10nmavenplugin.utils

├─ com.googlecode.l10nmavenplugin.utils.PropertiesLoader.class - [JAR]

com.googlecode.l10nmavenplugin.validators.file

├─ com.googlecode.l10nmavenplugin.validators.file.DuplicateKeysValidator.class - [JAR]

com.googlecode.l10nmavenplugin.model

├─ com.googlecode.l10nmavenplugin.model.BundlePropertiesFamily.class - [JAR]

├─ com.googlecode.l10nmavenplugin.model.BundlePropertiesFile.class - [JAR]

├─ com.googlecode.l10nmavenplugin.model.BundlePropertyFamily.class - [JAR]

├─ com.googlecode.l10nmavenplugin.model.L10nReportItem.class - [JAR]

├─ com.googlecode.l10nmavenplugin.model.PropertiesFamily.class - [JAR]

├─ com.googlecode.l10nmavenplugin.model.PropertiesFile.class - [JAR]

├─ com.googlecode.l10nmavenplugin.model.PropertiesFileUtils.class - [JAR]

├─ com.googlecode.l10nmavenplugin.model.Property.class - [JAR]

├─ com.googlecode.l10nmavenplugin.model.PropertyFamily.class - [JAR]

├─ com.googlecode.l10nmavenplugin.model.PropertyImpl.class - [JAR]

com.googlecode.l10nmavenplugin.report

├─ com.googlecode.l10nmavenplugin.report.L10nReportRenderer.class - [JAR]