Uses of Class
nl.knaw.dans.bagit.exceptions.FileNotInManifestException
Packages that use FileNotInManifestException
-
Uses of FileNotInManifestException in nl.knaw.dans.bagit.verify
Methods in nl.knaw.dans.bagit.verify that throw FileNotInManifestExceptionModifier and TypeMethodDescriptionvoidSee 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.voidvoidBagVerifier.isValid(Bag bag, boolean ignoreHiddenFiles, boolean allowHoley, Map<String, String> extraHeaders) voidBagVerifier.isValid(Bag bag, boolean ignoreHiddenFiles, boolean allowHoley, Map<String, String> extraHeaders, Map<String, Map<String, String>> urlConfigs) PayloadFileExistsInAllManifestsVistor.visitFile(Path path, BasicFileAttributes attrs) PayloadFileExistsInAtLeastOneManifestVistor.visitFile(Path path, BasicFileAttributes attrs)