Uses of Class
org.nuiton.i18n.plugin.AbstractI18nMojo
Packages that use AbstractI18nMojo
Package
Description
-
Uses of AbstractI18nMojo in org.nuiton.i18n.plugin
Subclasses of AbstractI18nMojo in org.nuiton.i18n.pluginModifier and TypeClassDescriptionclassCreated on 7/27/14.classCheck bundles integrity.classGenerate a i18n enum class helper.classMerge new generated i18n bundles with older existing ones.classRecupere 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.bundleModifier and TypeClassDescriptionclassCreated: 26 déc.classGenerate an aggregate i18n bundle for all dependencies of the project.classDetects 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.csvModifier and TypeClassDescriptionclassCreated on 7/26/14.classTo generate a csv file from the full bundle of the module.classTo merge back from a csv bundle to a module i18n bundle files.classTo 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.parserModifier and TypeClassDescriptionclassAbstract implementation for parsing goal. -
Uses of AbstractI18nMojo in org.nuiton.i18n.plugin.parser.impl
Subclasses of AbstractI18nMojo in org.nuiton.i18n.plugin.parser.implModifier and TypeClassDescriptionclassAbstract xml parser mojo.classTo 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.classTo parse java files to detect new i18n keys.classTo parse struts2 jsp and obtain all keys.classFind i18n keys from xworks xml validation files.classTo obtain i18n keys from xml files using theuserRulesFiles(and an optionalcoreRuleFileif any serves your purpose).