| Package | Description |
|---|---|
| org.nuiton.i18n.plugin.parser | |
| org.nuiton.i18n.plugin.parser.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractI18nParserMojo
Abstract implementation for parsing goal.
|
class |
ParserExecutor |
| Modifier and Type | Field and Description |
|---|---|
protected I18nParserConfiguration |
ParserExecutor.configuration
the incoming configuration (from mojo which contains shared result and
logger)
|
| Modifier and Type | Method and Description |
|---|---|
protected I18nParserConfiguration |
ParserExecutor.getConfiguration() |
| Constructor and Description |
|---|
ParserExecutor(I18nParserConfiguration configuration) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractParserXmlMojo
Abstract xml parser mojo.
|
class |
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. |
class |
ParserJavaMojo
To parse java files to detect new i18n keys.
|
class |
ParserStruts2Mojo
To parse struts2 jsp and obtain all keys.
|
class |
ParserValidationMojo
Find i18n keys from xworks xml validation files.
|
class |
ParserXmlUserMojo
To obtain i18n keys from xml files using the
userRulesFiles (and
an optional coreRuleFile if any serves your purpose). |
Copyright © 2007–2016 CodeLutin. All rights reserved.