public final class AntErrorManager extends BasicErrorManager
Modifier and Type | Field and Description |
---|---|
private MessageFormatter |
formatter |
private org.apache.tools.ant.Task |
task |
Constructor and Description |
---|
AntErrorManager(MessageFormatter formatter,
org.apache.tools.ant.Task task) |
Modifier and Type | Method and Description |
---|---|
void |
println(CheckLevel level,
JSError error)
Print a message with a trailing new line.
|
protected void |
printSummary()
Print the summary of the compilation - number of errors and warnings.
|
generateReport, getErrorCount, getErrors, getTypedPercent, getWarningCount, getWarnings, report, setTypedPercent
private final MessageFormatter formatter
private final org.apache.tools.ant.Task task
public AntErrorManager(MessageFormatter formatter, org.apache.tools.ant.Task task)
public void println(CheckLevel level, JSError error)
BasicErrorManager
BasicErrorManager.generateReport()
method when generating messages.println
in class BasicErrorManager
protected void printSummary()
BasicErrorManager
printSummary
in class BasicErrorManager