Class EcjResponseParser


  • public class EcjResponseParser
    extends java.lang.Object
    Author:
    Frits Jalvingh Created on 31-3-18.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<CompilerMessage> parse​(java.io.File xmltf, boolean errorsAsWarnings)
      Scan the specified response file for compilation messages.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EcjResponseParser

        public EcjResponseParser()
    • Method Detail

      • parse

        public java.util.List<CompilerMessage> parse​(java.io.File xmltf,
                                                     boolean errorsAsWarnings)
                                              throws java.lang.Exception
        Scan the specified response file for compilation messages.
        Throws:
        java.lang.Exception