Class EcjResponseParser
- java.lang.Object
-
- org.codehaus.plexus.compiler.eclipse.EcjResponseParser
-
public class EcjResponseParser extends java.lang.Object
- Author:
- Frits Jalvingh Created on 31-3-18.
-
-
Constructor Summary
Constructors Constructor Description EcjResponseParser()
-
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)
-
-
-
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 fileerrorsAsWarnings
- should we treat errors as warnings Scan the specified response file for compilation messages.- Throws:
java.lang.Exception
-
-