Uses of Class
nl.knaw.dans.bagit.exceptions.FileNotInPayloadDirectoryException
-
Uses of FileNotInPayloadDirectoryException in nl.knaw.dans.bagit.verify
Modifier and TypeMethodDescriptionprivate void
ManifestVerifier.checkAllFilesListedInManifestExist
(Set<Path> files) static void
MandatoryVerifier.checkFetchItemsExist
(List<FetchItem> items, Path bagDir) make sure all the fetch items exist in the data directoryvoid
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.void
ManifestVerifier.verifyManifests
(Bag bag, boolean ignoreHiddenFiles) Verify that all the files in the payload directory are listed in the payload manifest and all files listed in all manifests exist.