Uses of Class
nl.knaw.dans.bagit.exceptions.conformance.RequiredManifestNotPresentException
-
Uses of RequiredManifestNotPresentException in nl.knaw.dans.bagit.conformance
Modifier and TypeMethodDescriptionstatic void
BagProfileChecker.bagConformsToProfile
(InputStream jsonProfile, Bag bag) Check a bag against a bagit-profile as described by https://github.com/ruebot/bagit-profiles
Note: This implementation does not check the Serialization part of the profile!static void
BagLinter.checkAgainstProfile
(InputStream jsonProfile, Bag bag) Check a bag against a bagit-profile as described by https://github.com/ruebot/bagit-profiles
Note: This implementation does not check the Serialization part of the profile!private static void
BagProfileChecker.requiredManifestsExist
(Set<Manifest> manifests, List<String> requiredManifestTypes, boolean isPayloadManifest)