Package com.google.javascript.jscomp.ant
Class AntErrorManager
java.lang.Object
com.google.javascript.jscomp.SortingErrorManager
com.google.javascript.jscomp.BasicErrorManager
com.google.javascript.jscomp.ant.AntErrorManager
- All Implemented Interfaces:
ErrorHandler,ErrorManager
An error manager that pipes warnings and errors properly into the Ant
task infrastructure.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.javascript.jscomp.SortingErrorManager
SortingErrorManager.ErrorReportGenerator -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprintln(CheckLevel level, JSError error) Print a message with a trailing new line.protected voidPrint the summary of the compilation - number of errors and warnings.Methods inherited from class com.google.javascript.jscomp.BasicErrorManager
generateReportMethods inherited from class com.google.javascript.jscomp.SortingErrorManager
getErrorCount, getErrors, getTypedPercent, getWarningCount, getWarnings, hasHaltingErrors, report, setTypedPercentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.javascript.jscomp.ErrorManager
shouldReportConformanceViolation
-
Constructor Details
-
AntErrorManager
-
-
Method Details
-
println
Description copied from class:BasicErrorManagerPrint a message with a trailing new line. This method is called by theBasicErrorManager.generateReport()method when generating messages.- Specified by:
printlnin classBasicErrorManager
-
printSummary
protected void printSummary()Description copied from class:BasicErrorManagerPrint the summary of the compilation - number of errors and warnings.- Specified by:
printSummaryin classBasicErrorManager
-