Package nl.knaw.dans.layerstore
Interface LayerConsistencyChecker
- All Known Implementing Classes:
ItemsMatchDbConsistencyChecker
public interface LayerConsistencyChecker
Checks the consistency of a layer on storage as compared to the database.
-
Method Summary
-
Method Details
-
check
Checks the consistency of the given layer.- Parameters:
layer- the layer to check- Throws:
IOException- if an I/O error occurs while reading from the layerItemsMismatchException- if the items do not match
-