Class ParserJavaMojo.JavaFileParser
java.lang.Object
org.nuiton.i18n.plugin.parser.AbstractFileParser
org.nuiton.i18n.plugin.parser.impl.ParserJavaMojo.JavaFileParser
- All Implemented Interfaces:
FileParser
- Enclosing class:
- ParserJavaMojo
protected static class ParserJavaMojo.JavaFileParser extends AbstractFileParser
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected classParserJavaMojo.JavaFileParser.JavaParserVisitor -
Field Summary
-
Constructor Summary
Constructors Constructor Description JavaFileParser(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
-
JavaFileParser
public JavaFileParser(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
-