org.apache.jackrabbit.core.persistence.check
Class ConsistencyReportImpl
java.lang.Object
org.apache.jackrabbit.core.persistence.check.ConsistencyReportImpl
- All Implemented Interfaces:
- ConsistencyReport
public class ConsistencyReportImpl
- extends Object
- implements ConsistencyReport
ConsistencyReportImpl
public ConsistencyReportImpl(int nodeCount,
long elapsedTimeMs,
Set<ReportItem> reports)
getNodeCount
public int getNodeCount()
- Specified by:
getNodeCount in interface ConsistencyReport
- Returns:
- number of nodes that were checked
getElapsedTimeMs
public long getElapsedTimeMs()
- Specified by:
getElapsedTimeMs in interface ConsistencyReport
- Returns:
- elapsed time in ms
getItems
public Set<ReportItem> getItems()
- Specified by:
getItems in interface ConsistencyReport
- Returns:
- generated messages
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.