public class PrintStreamErrorManager extends BasicErrorManager
PrintStreamErrorManager
Constructor and Description |
---|
PrintStreamErrorManager(MessageFormatter formatter,
PrintStream stream) |
Modifier and Type | Method and Description |
---|---|
void |
println(CheckLevel level,
JSError error)
Print a message with a trailing new line.
|
void |
printSummary()
Print the summary of the compilation - number of errors and warnings.
|
void |
setSummaryDetailLevel(int summaryDetailLevel) |
generateReport, getErrorCount, getErrors, getTypedPercent, getWarningCount, getWarnings, report, setTypedPercent
public PrintStreamErrorManager(MessageFormatter formatter, PrintStream stream)
public void setSummaryDetailLevel(int summaryDetailLevel)
public void println(CheckLevel level, JSError error)
BasicErrorManager
BasicErrorManager.generateReport()
method when generating messages.println
in class BasicErrorManager
public void printSummary()
BasicErrorManager
printSummary
in class BasicErrorManager
Copyright © 2009–2024 Google. All rights reserved.