org.java.plugin.registry.xml
Class IntegrityChecker

java.lang.Object
  extended by org.java.plugin.registry.xml.IntegrityChecker
All Implemented Interfaces:
IntegrityCheckReport

public class IntegrityChecker
extends java.lang.Object
implements IntegrityCheckReport

made public to access it for annotation stuff made ReportItemImpl public (constructor and class)

Version:
$Id$

Nested Class Summary
static class IntegrityChecker.ReportItemImpl
           
 
Nested classes/interfaces inherited from interface org.java.plugin.registry.IntegrityCheckReport
IntegrityCheckReport.Error, IntegrityCheckReport.ReportItem, IntegrityCheckReport.Severity
 
Method Summary
 int countErrors()
           
 int countWarnings()
           
 java.util.Collection<IntegrityCheckReport.ReportItem> getItems()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

countErrors

public int countErrors()
Specified by:
countErrors in interface IntegrityCheckReport
Returns:
number of items with severity IntegrityCheckReport.Severity.ERROR in this report
See Also:
IntegrityCheckReport.countErrors()

countWarnings

public int countWarnings()
Specified by:
countWarnings in interface IntegrityCheckReport
Returns:
number of items with severity IntegrityCheckReport.Severity.WARNING in this report
See Also:
IntegrityCheckReport.countWarnings()

getItems

public java.util.Collection<IntegrityCheckReport.ReportItem> getItems()
Specified by:
getItems in interface IntegrityCheckReport
Returns:
collection of IntegrityCheckReport.ReportItem objects
See Also:
IntegrityCheckReport.getItems()


Copyright © 2010. All Rights Reserved.