Uses of Class
edu.wisc.library.ocfl.core.validation.SimpleInventoryValidator.VersionEquality
-
Packages that use SimpleInventoryValidator.VersionEquality Package Description edu.wisc.library.ocfl.core.validation -
-
Uses of SimpleInventoryValidator.VersionEquality in edu.wisc.library.ocfl.core.validation
Methods in edu.wisc.library.ocfl.core.validation that return SimpleInventoryValidator.VersionEquality Modifier and Type Method Description static SimpleInventoryValidator.VersionEqualitySimpleInventoryValidator.VersionEquality. valueOf(String name)Returns the enum constant of this type with the specified name.static SimpleInventoryValidator.VersionEquality[]SimpleInventoryValidator.VersionEquality. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in edu.wisc.library.ocfl.core.validation with parameters of type SimpleInventoryValidator.VersionEquality Modifier and Type Method Description ValidationResultsSimpleInventoryValidator. validateInventory(SimpleInventory inventory, String inventoryPath, OcflVersion ocflVersion, SimpleInventoryValidator.VersionEquality equality)Validates the specified inventory and returns an object contain any issues that were found.
-