Class ParserJavaMojo.JavaFileParser

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

protected static class ParserJavaMojo.JavaFileParser extends AbstractFileParser
  • Constructor Details

    • JavaFileParser

      public JavaFileParser(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