Class ObjectValidator
- java.lang.Object
-
- edu.wisc.library.ocfl.core.validation.ObjectValidator
-
public class ObjectValidator extends Object
-
-
Constructor Summary
Constructors Constructor Description ObjectValidator(InventoryMapper inventoryMapper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidateObject(Path objectRoot, Inventory inventory)Validates the structure, files, and inventories of an object and all of its versions.voidvalidateVersion(Path versionRoot, Inventory inventory)Validates the contents of a version directory.
-
-
-
Constructor Detail
-
ObjectValidator
public ObjectValidator(InventoryMapper inventoryMapper)
-
-