org.nuiton.i18n.plugin.parser.impl
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 class ParserGWTJavaMojo.GWTJavaFileParser
- extends AbstractFileParser
ParserGWTJavaMojo.GWTJavaFileParser
public ParserGWTJavaMojo.GWTJavaFileParser(org.apache.maven.plugin.logging.Log log,
String encoding,
org.nuiton.io.SortedProperties oldParser,
boolean showTouchedFiles)
prepareFile
protected File prepareFile(File file)
throws IOException
- Description copied from class:
AbstractFileParser
- To prepare the file (if any thing to be done before scanning it).
By default do nothing, use directly the input file.
- Overrides:
prepareFile in class AbstractFileParser
- Parameters:
file - the incoming file
- Returns:
- the real file to process
- Throws:
IOException - if any IO problem while preparing file
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
Copyright © 2007-2011 CodeLutin. All Rights Reserved.