Uses of Class
org.nuiton.i18n.plugin.parser.AbstractI18nParserMojo
Packages that use AbstractI18nParserMojo
-
Uses of AbstractI18nParserMojo in org.nuiton.i18n.plugin.parser
Methods in org.nuiton.i18n.plugin.parser with parameters of type AbstractI18nParserMojoModifier and TypeMethodDescriptionprotected String[]I18nSourceEntry.getFilesForEntry(AbstractI18nParserMojo mojo) Obtain all the relative path of files to treate for a given entry.booleanI18nSourceEntry.init(AbstractI18nParserMojo mojo) -
Uses of AbstractI18nParserMojo in org.nuiton.i18n.plugin.parser.impl
Subclasses of AbstractI18nParserMojo 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).