Class IErrorReporter.SilentReporter
java.lang.Object
org.intocps.maestro.core.messages.IErrorReporter.SilentReporter
- All Implemented Interfaces:
IErrorReporter
- Enclosing interface:
IErrorReporter
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.intocps.maestro.core.messages.IErrorReporter
IErrorReporter.SilentReporter -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidintintvoidprintErrors(PrintWriter out) voidprintWarnings(PrintWriter out) voidvoid
-
Constructor Details
-
SilentReporter
public SilentReporter()
-
-
Method Details
-
report
- Specified by:
reportin interfaceIErrorReporter
-
warning
- Specified by:
warningin interfaceIErrorReporter
-
detail
- Specified by:
detailin interfaceIErrorReporter
-
detail2
- Specified by:
detail2in interfaceIErrorReporter
-
getErrorCount
public int getErrorCount()- Specified by:
getErrorCountin interfaceIErrorReporter
-
getWarningCount
public int getWarningCount()- Specified by:
getWarningCountin interfaceIErrorReporter
-
getErrors
- Specified by:
getErrorsin interfaceIErrorReporter
-
getWarnings
- Specified by:
getWarningsin interfaceIErrorReporter
-
printErrors
- Specified by:
printErrorsin interfaceIErrorReporter
-
printWarnings
- Specified by:
printWarningsin interfaceIErrorReporter
-