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
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.nuiton.i18n.plugin.parser.AbstractFileParser
acceptKeyPattern -
Constructor Summary
ConstructorsConstructorDescriptionJavaFileParser(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
-
Constructor Details
-
JavaFileParser
-
-
Method Details
-
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
-