public interface IntegrityCheckReport
Modifier and Type | Interface and Description |
---|---|
static class |
IntegrityCheckReport.Error
Integrity check error constants.
|
static interface |
IntegrityCheckReport.ReportItem
Integrity check report element.
|
static class |
IntegrityCheckReport.Severity
Integrity check report item severity constants.
|
Modifier and Type | Method and Description |
---|---|
int |
countErrors() |
int |
countWarnings() |
Collection<IntegrityCheckReport.ReportItem> |
getItems() |
int countErrors()
IntegrityCheckReport.Severity.ERROR
in this reportint countWarnings()
IntegrityCheckReport.Severity.WARNING
in this reportCollection<IntegrityCheckReport.ReportItem> getItems()
IntegrityCheckReport.ReportItem
objectsCopyright © 2018. All rights reserved.