Uses of Class
nl.knaw.dans.bagit.exceptions.MissingPayloadManifestException
-
Uses of MissingPayloadManifestException in nl.knaw.dans.bagit.verify
Modifier and TypeMethodDescriptionstatic void
MandatoryVerifier.checkIfAtLeastOnePayloadManifestsExist
(Path rootDir, Version version) Check to make sure the bag has at least one payload manifest (manifest-[ALGORITHM].txt)void
BagVerifier.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.void
See 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.