Uses of Interface
org.nuiton.i18n.plugin.parser.I18nParserConfiguration
Packages that use I18nParserConfiguration
-
Uses of I18nParserConfiguration in org.nuiton.i18n.plugin.parser
Classes in org.nuiton.i18n.plugin.parser that implement I18nParserConfigurationModifier and TypeClassDescriptionclassAbstract implementation for parsing goal.classFields in org.nuiton.i18n.plugin.parser declared as I18nParserConfigurationModifier and TypeFieldDescriptionprotected final I18nParserConfigurationParserExecutor.configurationthe incoming configuration (from mojo which contains shared result and logger)Methods in org.nuiton.i18n.plugin.parser that return I18nParserConfigurationModifier and TypeMethodDescriptionprotected I18nParserConfigurationParserExecutor.getConfiguration()Constructors in org.nuiton.i18n.plugin.parser with parameters of type I18nParserConfiguration -
Uses of I18nParserConfiguration in org.nuiton.i18n.plugin.parser.impl
Classes in org.nuiton.i18n.plugin.parser.impl that implement I18nParserConfigurationModifier 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).