Class ParserStruts2Mojo.Struts2JspFileParser
java.lang.Object
org.nuiton.i18n.plugin.parser.AbstractFileParser
org.nuiton.i18n.plugin.parser.impl.ParserStruts2Mojo.Struts2JspFileParser
- All Implemented Interfaces:
FileParser
- Enclosing class:
ParserStruts2Mojo
-
Field Summary
FieldsFields inherited from class org.nuiton.i18n.plugin.parser.AbstractFileParser
acceptKeyPattern -
Constructor Summary
ConstructorsConstructorDescriptionStruts2JspFileParser(org.apache.maven.plugin.logging.Log log, String encoding, org.nuiton.io.SortedProperties oldParser, Pattern acceptKeyPattern, boolean showTouchedFiles) -
Method Summary
Methods inherited from class org.nuiton.i18n.plugin.parser.AbstractFileParser
destroy, finalize, getEncoding, getLog, getResult, isShowTouchedFiles, isTouched, prepareFile, registerKey, setTouched
-
Field Details
-
i18nPattern
Pattern used to detect i18n keys.- Since:
- 2.5
-
-
Constructor Details
-
Struts2JspFileParser
-
-
Method Details
-
getI18nPattern
-
parseFile
Description copied from interface:FileParserParse sur un fichier- Parameters:
file- le fichier à parser- Throws:
IOException- if any pb
-
parseLine
Description copied from interface:FileParserParse une partie du fichier- Parameters:
file- le fichier à parserline- la ligne à parser- Throws:
IOException- if any pb
-