| Modifier and Type | Class and Description |
|---|---|
class |
SimpleViolation
Simple implementation of a
Violation. |
| Modifier and Type | Method and Description |
|---|---|
Collection<Violation> |
ReportCollector.getReportedViolations() |
Collection<Violation> |
ViolationReporter.getReportedViolations()
Called at the end of execution to collect any detected violations.
|
Collection<Violation> |
SimpleProgressCheck.getReportedViolations() |
| Modifier and Type | Method and Description |
|---|---|
static SimpleViolation |
SimpleViolation.fromReported(Violation violation) |
void |
ReportCollector.reportViolation(Violation violation) |
protected void |
SimpleProgressCheck.reportViolation(Violation violation) |
Copyright © 2017–2020. All rights reserved.