protected class ParserGWTJavaMojo.GWTJavaFileParser extends AbstractFileParser
acceptKeyPattern| Constructor and Description |
|---|
ParserGWTJavaMojo.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
|
protected File |
prepareFile(File file)
To prepare the file (if any thing to be done before scanning it).
|
destroy, finalize, getEncoding, getLog, getResult, isShowTouchedFiles, isTouched, registerKey, setTouchedprotected File prepareFile(File file) throws IOException
AbstractFileParserprepareFile in class AbstractFileParserfile - the incoming fileIOException - if any IO problem while preparing filepublic 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-2012 CodeLutin. All Rights Reserved.