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 class
ParserGWTJavaMojo.GWTJavaFileParser.JavaParserVisitor
-
Field Summary
-
Fields inherited from class org.nuiton.i18n.plugin.parser.AbstractFileParser
acceptKeyPattern
-
-
Constructor Summary
Constructors Constructor Description GWTJavaFileParser(org.apache.maven.plugin.logging.Log log, String encoding, org.nuiton.io.SortedProperties oldParser, Pattern acceptKeyPattern, boolean showTouchedFiles)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
parseFile(File file)
Parse sur un fichiervoid
parseLine(File file, String line)
Parse une partie du fichier-
Methods inherited from class org.nuiton.i18n.plugin.parser.AbstractFileParser
destroy, finalize, getEncoding, getLog, getResult, isShowTouchedFiles, isTouched, prepareFile, registerKey, setTouched
-
-
-
-
Method Detail
-
parseFile
public void parseFile(File file) throws IOException
Description copied from interface:FileParser
Parse sur un fichier- Parameters:
file
- le fichier à parser- Throws:
IOException
- if any pb
-
parseLine
public void parseLine(File file, String line) throws IOException
Description copied from interface:FileParser
Parse une partie du fichier- Parameters:
file
- le fichier à parserline
- la ligne à parser- Throws:
IOException
- if any pb
-
-