|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ReportProvider
Report provider interface
This interface can be used when wrapping a Processor into another
class which returns a result without providing a report.
json-schema-validator uses this, for instance, in its main validator class.
| Method Summary | |
|---|---|
ProcessingReport |
newReport()
Generate a new report |
ProcessingReport |
newReport(LogLevel logLevel)
Generate a new report with an adapted log level and the same exception threshold |
ProcessingReport |
newReport(LogLevel logLevel,
LogLevel exceptionThreshold)
Generate a new report with an adapted log level and exception threshold |
| Method Detail |
|---|
ProcessingReport newReport()
ProcessingReport newReport(LogLevel logLevel)
logLevel - the new log level
ProcessingReport newReport(LogLevel logLevel,
LogLevel exceptionThreshold)
logLevel - the new log levelexceptionThreshold - the new exception threshold
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||