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 Summary
Constructors Constructor Description EcjResponseParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<CompilerMessage>
parse(File xmltf, boolean errorsAsWarnings)
-
-
-
Method Detail
-
parse
public List<CompilerMessage> parse(File xmltf, boolean errorsAsWarnings) throws Exception
- Parameters:
xmltf
- the xml fileerrorsAsWarnings
- should we treat errors as warnings Scan the specified response file for compilation messages.- Throws:
Exception
-
-