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
  • Constructor Details

    • GWTJavaFileParser

      public GWTJavaFileParser(org.apache.maven.plugin.logging.Log log, String encoding, org.nuiton.io.SortedProperties oldParser, Pattern acceptKeyPattern, boolean showTouchedFiles)
  • Method Details

    • 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