protected static class ParserGWTJavaMojo.GWTJavaFileParser extends AbstractFileParser
| Modifier and Type | Class and Description |
|---|---|
protected class |
ParserGWTJavaMojo.GWTJavaFileParser.JavaParserVisitor |
acceptKeyPattern| Constructor and Description |
|---|
GWTJavaFileParser(org.apache.maven.plugin.logging.Log log,
String encoding,
org.nuiton.io.SortedProperties oldParser,
Pattern acceptKeyPattern,
boolean showTouchedFiles) |
| Modifier and Type | Method and Description |
|---|---|
void |
parseFile(File file)
Parse sur un fichier
|
void |
parseLine(File file,
String line)
Parse une partie du fichier
|
destroy, finalize, getEncoding, getLog, getResult, isShowTouchedFiles, isTouched, prepareFile, registerKey, setTouchedpublic void parseFile(File file) throws IOException
FileParserfile - le fichier à parserIOException - if any pbpublic void parseLine(File file, String line) throws IOException
FileParserfile - le fichier à parserline - la ligne à parserIOException - if any pbCopyright © 2007–2016 CodeLutin. All rights reserved.