org.java.plugin.registry
Interface IntegrityCheckReport
public interface IntegrityCheckReport
Result of validation performed by registry on all registered plug-ins. This
includes dependencies check, parameters check (against parameter definitions)
and any other kind of validation.
- Version:
- $Id$
countErrors
int countErrors()
- Returns:
- number of items with severity
IntegrityCheckReport.Severity.ERROR
in this report
countWarnings
int countWarnings()
- Returns:
- number of items with severity
IntegrityCheckReport.Severity.WARNING
in this report
getItems
java.util.Collection<IntegrityCheckReport.ReportItem> getItems()
- Returns:
- collection of
IntegrityCheckReport.ReportItem
objects
Copyright © 2004-2007 Dmitry Olshansky. All Rights Reserved.