Uses of Class
org.nuiton.i18n.plugin.AbstractI18nMojo
| Package | Description |
|---|---|
| org.nuiton.i18n.plugin | |
| org.nuiton.i18n.plugin.bundle | |
| org.nuiton.i18n.plugin.bundle.csv | |
| org.nuiton.i18n.plugin.parser | |
| org.nuiton.i18n.plugin.parser.impl |
-
Uses of AbstractI18nMojo in org.nuiton.i18n.plugin
Subclasses of AbstractI18nMojo in org.nuiton.i18n.plugin Modifier and Type Class Description classAbstractI18nGenerateMojoCreated on 7/27/14.classCheckBundlesIntegrityMojoCheck bundles integrity.classGenerateI18nEnumHelperMojoGenerate a i18n enum class helper.classGenerateMojoMerge new generated i18n bundles with older existing ones.classGetterMojoRecupere les différents fichiers des parsers en un fichier de proprietes. -
Uses of AbstractI18nMojo in org.nuiton.i18n.plugin.bundle
Subclasses of AbstractI18nMojo in org.nuiton.i18n.plugin.bundle Modifier and Type Class Description classAbstractI18nBundleMojoCreated: 26 déc. 2009classBundleMojoGenerate an aggregate i18n bundle for all dependencies of the project.classCollectI18nArtifactsMojoDetects any i18n artifacts in the dependencies of the project and store their references in a file. -
Uses of AbstractI18nMojo in org.nuiton.i18n.plugin.bundle.csv
Subclasses of AbstractI18nMojo in org.nuiton.i18n.plugin.bundle.csv Modifier and Type Class Description classAbstractCsvBundleMojoCreated on 7/26/14.classGenerateCsvBundleMojoTo generate a csv file from the full bundle of the module.classMergeBackCsvBundleMojoTo merge back from a csv bundle to a module i18n bundle files.classSplitCsvBundleMojoTo split a previously csv i18n file into simple i18n bundles for the locales defined inlocales. -
Uses of AbstractI18nMojo in org.nuiton.i18n.plugin.parser
Subclasses of AbstractI18nMojo in org.nuiton.i18n.plugin.parser Modifier and Type Class Description classAbstractI18nParserMojoAbstract implementation for parsing goal. -
Uses of AbstractI18nMojo in org.nuiton.i18n.plugin.parser.impl
Subclasses of AbstractI18nMojo in org.nuiton.i18n.plugin.parser.impl Modifier and Type Class Description classAbstractParserXmlMojoAbstract xml parser mojo.classParserGWTJavaMojoTo detect from GWT java files new I18n keys, says content of patterns :@Key("XXX")@LocalizableResource.Key("XXX")@com.google.gwt.i18n.client.LocalizableResource.Key("XXX")Note: this goal must always be invoked before theprocess-resourcesphase, otherwise all files will be considered as uptodate.classParserJavaMojoTo parse java files to detect new i18n keys.classParserStruts2MojoTo parse struts2 jsp and obtain all keys.classParserValidationMojoFind i18n keys from xworks xml validation files.classParserXmlUserMojoTo obtain i18n keys from xml files using theuserRulesFiles(and an optionalcoreRuleFileif any serves your purpose).