public class JSGoogPublisher.JSGoogErrorManager extends Object implements ErrorManager
| Constructor and Description |
|---|
JSGoogErrorManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
generateReport() |
int |
getErrorCount() |
JSError[] |
getErrors() |
double |
getTypedPercent() |
int |
getWarningCount() |
JSError[] |
getWarnings() |
void |
report(CheckLevel arg0,
JSError arg1) |
void |
setTypedPercent(double arg0) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithasHaltingErrors, shouldReportConformanceViolationpublic void setTypedPercent(double arg0)
setTypedPercent in interface ErrorManagerpublic void report(CheckLevel arg0, JSError arg1)
report in interface ErrorHandlerreport in interface ErrorManagerpublic JSError[] getWarnings()
getWarnings in interface ErrorManagerpublic int getWarningCount()
getWarningCount in interface ErrorManagerpublic double getTypedPercent()
getTypedPercent in interface ErrorManagerpublic JSError[] getErrors()
getErrors in interface ErrorManagerpublic int getErrorCount()
getErrorCount in interface ErrorManagerpublic void generateReport()
generateReport in interface ErrorManagerCopyright © 2023 The Apache Software Foundation. All rights reserved.