Class ParserGWTJavaMojo.GWTJavaFileParser

    • Constructor Detail

      • GWTJavaFileParser

        public GWTJavaFileParser​(org.apache.maven.plugin.logging.Log log,
                                 String encoding,
                                 org.nuiton.io.SortedProperties oldParser,
                                 Pattern acceptKeyPattern,
                                 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