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<org.codehaus.plexus.compiler.CompilerMessage> parse​(java.io.File xmltf, boolean errorsAsWarnings)  
      • 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<org.codehaus.plexus.compiler.CompilerMessage> parse​(java.io.File xmltf,
                                                                                  boolean errorsAsWarnings)
                                                                           throws java.lang.Exception
        Parameters:
        xmltf - the xml file
        errorsAsWarnings - should we treat errors as warnings Scan the specified response file for compilation messages.
        Throws:
        java.lang.Exception