Package org.nuiton.i18n.plugin.parser.impl
package org.nuiton.i18n.plugin.parser.impl
-
ClassesClassDescriptionAbstract xml parser mojo.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-resourcesphase, otherwise all files will be considered as uptodate.To parse java files to detect new i18n keys.To parse struts2 jsp and obtain all keys.Find i18n keys from xworks xml validation files.To obtain i18n keys from xml files using theuserRulesFiles(and an optionalcoreRuleFileif any serves your purpose).Helper of processor api.Abstract processor to be used with some smooth logic...