Interface ConsistencyReport
-
- All Known Implementing Classes:
ConsistencyReportImpl
public interface ConsistencyReport
Returned as result of aConsistencyChecker
run.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getElapsedTimeMs()
Set<ReportItem>
getItems()
int
getNodeCount()
-
-
-
Method Detail
-
getNodeCount
int getNodeCount()
- Returns:
- number of nodes that were checked
-
getElapsedTimeMs
long getElapsedTimeMs()
- Returns:
- elapsed time in ms
-
getItems
Set<ReportItem> getItems()
- Returns:
- generated messages
-
-