Class EcjResponseParser

    • Constructor Detail

      • EcjResponseParser

        public EcjResponseParser()
    • Method Detail

      • parse

        public List<CompilerMessage> parse​(File xmltf,
                                           boolean errorsAsWarnings)
                                    throws Exception
        Parameters:
        xmltf - the xml file
        errorsAsWarnings - should we treat errors as warnings Scan the specified response file for compilation messages.
        Throws:
        Exception