Uses of Class
nl.knaw.dans.bagit.exceptions.MissingPayloadManifestException
Packages that use MissingPayloadManifestException
-
Uses of MissingPayloadManifestException in nl.knaw.dans.bagit.verify
Methods in nl.knaw.dans.bagit.verify that throw MissingPayloadManifestExceptionModifier and TypeMethodDescriptionstatic voidMandatoryVerifier.checkIfAtLeastOnePayloadManifestsExist(Path rootDir, Version version) Check to make sure the bag has at least one payload manifest (manifest-[ALGORITHM].txt)voidBagVerifier.isComplete(Bag bag, boolean ignoreHiddenFiles) See https://tools.ietf.org/html/draft-kunze-bagit-13#section-3
A bag is complete if
every element is present every file in the payload manifest(s) are present every file in the tag manifest(s) are present.voidSee https://tools.ietf.org/html/draft-kunze-bagit-13#section-3
A bag is valid if the bag is complete and every checksum has been verified against the contents of its corresponding file.