public class EcjResponseParser extends Object
| Constructor and Description |
|---|
EcjResponseParser() |
| Modifier and Type | Method and Description |
|---|---|
List<CompilerMessage> |
parse(File xmltf,
boolean errorsAsWarnings) |
public List<CompilerMessage> parse(File xmltf, boolean errorsAsWarnings) throws Exception
xmltf - the xml fileerrorsAsWarnings - should we treat errors as warnings
Scan the specified response file for compilation messages.ExceptionCopyright © 2001–2020 Codehaus Plexus. All rights reserved.