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: IntegrityCheckReport.java,v 1.1 2005/07/20 18:43:46 ddimon Exp $
countErrors
public int countErrors()
- Returns:
- number of items with severity
IntegrityCheckReport.ReportItem.SEVERITY_ERROR
in this report
countWarnings
public int countWarnings()
- Returns:
- number of items with severity
IntegrityCheckReport.ReportItem.SEVERITY_WARNING
in this report
getItems
public java.util.Collection getItems()
- Returns:
- collection of
IntegrityCheckReport.ReportItem
objects
Copyright © 2004-2005 Dmitry Olshansky. All Rights Reserved.