org.java.plugin.registry
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() |
java.util.Collection<IntegrityCheckReport.ReportItem> |
getItems() |
int countErrors()
IntegrityCheckReport.Severity.ERROR
in this reportint countWarnings()
IntegrityCheckReport.Severity.WARNING
in this reportjava.util.Collection<IntegrityCheckReport.ReportItem> getItems()
IntegrityCheckReport.ReportItem
objectsCopyright © 2004-2007 Dmitry Olshansky. All Rights Reserved.