org.apache.tools.ant.taskdefs
Class JikesOutputParser
java.lang.Object
org.apache.tools.ant.taskdefs.JikesOutputParser
- ExecuteStreamHandler
public class JikesOutputParser
extends java.lang.Object
Parses output from jikes and
passes errors and warnings
into the right logging channels of Project.
As of Ant 1.2, this class is considered to be dead code
by the Ant developers and is unmaintained. Don't use
it.
br
protected BufferedReader br
emacsMode
protected boolean emacsMode
error
protected boolean error
errorFlag
protected boolean errorFlag
errors
protected int errors
warnings
protected int warnings
JikesOutputParser
protected JikesOutputParser(Task task,
boolean emacsMode)
Construct a new Parser object
task
- - task in which context we are called
getErrorFlag
protected boolean getErrorFlag()
Indicate if there were errors during the compile
parseOutput
protected void parseOutput(BufferedReader reader)
throws IOException
Parse the output of a jikes compiler
reader
- - Reader used to read jikes's output
Copyright B) 2000-2008 Apache Software Foundation. All Rights Reserved.