JPF 0.10

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 $

Nested Class Summary
static interface IntegrityCheckReport.ReportItem
          Integrity check report element.
 
Method Summary
 int countErrors()
           
 int countWarnings()
           
 java.util.Collection getItems()
           
 

Method Detail

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

JPF 0.10

Copyright © 2004-2005 Dmitry Olshansky. All Rights Reserved.