Package org.nuiton.i18n.plugin.parser.impl
-
Class Summary Class Description AbstractParserXmlMojo Abstract xml parser mojo.AbstractParserXmlMojo.XmlFileParser HelpMojo Display help information on i18n-maven-plugin.
Callmvn i18n:help -Ddetail=true -Dgoal=<goal-name>
to display parameter details.ParserGWTJavaMojo To 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-resources
phase, otherwise all files will be considered as uptodate.ParserGWTJavaMojo.GWTJavaFileParser ParserJavaMojo To parse java files to detect new i18n keys.ParserJavaMojo.JavaFileParser ParserStruts2Mojo To parse struts2 jsp and obtain all keys.ParserStruts2Mojo.Struts2JspFileParser ParserValidationMojo Find i18n keys from xworks xml validation files.ParserXmlUserMojo To obtain i18n keys from xml files using theuserRulesFiles
(and an optionalcoreRuleFile
if any serves your purpose).ProcessorHelper Helper of processor api.ProcessorHelper.AbstractParserProcessor Abstract processor to be used with some smooth logic...