Class ParserGWTJavaMojo.GWTJavaFileParser
java.lang.Object
org.nuiton.i18n.plugin.parser.AbstractFileParser
org.nuiton.i18n.plugin.parser.impl.ParserGWTJavaMojo.GWTJavaFileParser
- All Implemented Interfaces:
FileParser
- Enclosing class:
- ParserGWTJavaMojo
protected static class ParserGWTJavaMojo.GWTJavaFileParser extends AbstractFileParser
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected classParserGWTJavaMojo.GWTJavaFileParser.JavaParserVisitor -
Field Summary
-
Constructor Summary
Constructors Constructor Description GWTJavaFileParser(org.apache.maven.plugin.logging.Log log, java.lang.String encoding, org.nuiton.io.SortedProperties oldParser, java.util.regex.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
-
Constructor Details
-
GWTJavaFileParser
public GWTJavaFileParser(org.apache.maven.plugin.logging.Log log, java.lang.String encoding, org.nuiton.io.SortedProperties oldParser, java.util.regex.Pattern acceptKeyPattern, boolean showTouchedFiles)
-
-
Method Details
-
parseFile
public void parseFile(java.io.File file) throws java.io.IOExceptionDescription copied from interface:FileParserParse sur un fichier- Parameters:
file- le fichier à parser- Throws:
java.io.IOException- if any pb
-
parseLine
public void parseLine(java.io.File file, java.lang.String line) throws java.io.IOExceptionDescription copied from interface:FileParserParse une partie du fichier- Parameters:
file- le fichier à parserline- la ligne à parser- Throws:
java.io.IOException- if any pb
-