org.nuiton.i18n.plugin.parser.impl
Class ParserJavaMojo.JavaFileParser

java.lang.Object
  extended by org.nuiton.i18n.plugin.parser.AbstractFileParser
      extended by org.nuiton.i18n.plugin.parser.impl.ParserJavaMojo.JavaFileParser
All Implemented Interfaces:
FileParser
Enclosing class:
ParserJavaMojo

protected static class ParserJavaMojo.JavaFileParser
extends AbstractFileParser


Field Summary
protected  org.nuiton.processor.filters.I18nFilter filter
           
 
Constructor Summary
ParserJavaMojo.JavaFileParser(org.apache.maven.plugin.logging.Log log, String encoding, org.nuiton.io.SortedProperties oldParser, boolean showTouchedFiles)
           
 
Method Summary
 void parseFile(File file)
          Parse sur un fichier
 void parseLine(File file, String line)
          Parse une partie du fichier
 
Methods inherited from class org.nuiton.i18n.plugin.parser.AbstractFileParser
destroy, finalize, getLog, getResult, isShowTouchedFiles, isTouched, registerKey, setTouched
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

filter

protected final org.nuiton.processor.filters.I18nFilter filter
Constructor Detail

ParserJavaMojo.JavaFileParser

public ParserJavaMojo.JavaFileParser(org.apache.maven.plugin.logging.Log log,
                                     String encoding,
                                     org.nuiton.io.SortedProperties oldParser,
                                     boolean showTouchedFiles)
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 à parser
line - la ligne à parser
Throws:
IOException - if any pb


Copyright © 2007-2010 CodeLutin. All Rights Reserved.