Uses of Class
org.nuiton.i18n.plugin.AbstractI18nGenerateMojo
Packages that use AbstractI18nGenerateMojo
Package
Description
-
Uses of AbstractI18nGenerateMojo in org.nuiton.i18n.plugin
Subclasses of AbstractI18nGenerateMojo in org.nuiton.i18n.pluginModifier and TypeClassDescriptionclassCheck bundles integrity.classMerge new generated i18n bundles with older existing ones.classRecupere les différents fichiers des parsers en un fichier de proprietes. -
Uses of AbstractI18nGenerateMojo in org.nuiton.i18n.plugin.parser
Subclasses of AbstractI18nGenerateMojo in org.nuiton.i18n.plugin.parserModifier and TypeClassDescriptionclassAbstract implementation for parsing goal. -
Uses of AbstractI18nGenerateMojo in org.nuiton.i18n.plugin.parser.impl
Subclasses of AbstractI18nGenerateMojo 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).