Uses of Class
nl.knaw.dans.bagit.exceptions.MissingBagitFileException
Packages that use MissingBagitFileException
-
Uses of MissingBagitFileException in nl.knaw.dans.bagit.verify
Methods in nl.knaw.dans.bagit.verify that throw MissingBagitFileExceptionModifier and TypeMethodDescriptionstatic voidMandatoryVerifier.checkBagitFileExists(Path rootDir, Version version) make sure the bagit.txt file existsvoidBagVerifier.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.