public final class ReportCollector extends Object implements ViolationReporter
ProgressCheck implementations.| Constructor and Description |
|---|
ReportCollector() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearViolations() |
Collection<Violation> |
getReportedViolations()
Called at the end of execution to collect any detected violations.
|
void |
reportViolation(Violation violation) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetResourceBundleBaseName, setResourceBundlepublic void reportViolation(Violation violation)
public void clearViolations()
public Collection<Violation> getReportedViolations()
ViolationReportergetReportedViolations in interface ViolationReporterCopyright © 2017–2020. All rights reserved.