| Class | Description |
|---|---|
| AbstractParserXmlMojo |
Abstract xml parser mojo.
|
| AbstractParserXmlMojo.XmlFileParser | |
| HelpMojo |
Display help information on i18n-maven-plugin.
Call mvn 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 the process-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 the
userRulesFiles (and
an optional coreRuleFile if any serves your purpose). |
| ProcessorHelper |
Helper of processor api.
|
| ProcessorHelper.AbstractParserProcessor |
Abstract processor to be used with some smooth logic...
|
Copyright © 2007–2017 CodeLutin. All rights reserved.