Class EcjResponseParser

java.lang.Object
org.codehaus.plexus.compiler.eclipse.EcjResponseParser

public class EcjResponseParser extends Object
Author:
Frits Jalvingh Created on 31-3-18.
  • Constructor Details

    • EcjResponseParser

      public EcjResponseParser()
  • Method Details

    • 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