Uses of Interface
nl.knaw.dans.bagit.hash.BagitAlgorithmNameToSupportedAlgorithmMapping
-
Uses of BagitAlgorithmNameToSupportedAlgorithmMapping in nl.knaw.dans.bagit.hash
Modifier and TypeClassDescriptionclass
Provides a mapping between bagit algorithm names andSupportedAlgorithm
-
Uses of BagitAlgorithmNameToSupportedAlgorithmMapping in nl.knaw.dans.bagit.reader
Modifier and TypeFieldDescriptionprivate final BagitAlgorithmNameToSupportedAlgorithmMapping
BagReader.nameMapping
Modifier and TypeMethodDescription(package private) static void
ManifestReader.readAllManifests
(BagitAlgorithmNameToSupportedAlgorithmMapping nameMapping, Path rootDir, Bag bag) Finds and reads all manifest files in the rootDir and adds them to the given bag.static Manifest
ManifestReader.readManifest
(BagitAlgorithmNameToSupportedAlgorithmMapping nameMapping, Path manifestFile, Path bagRootDir, Charset charset) Reads a manifest file and converts it to aManifest
object.ModifierConstructorDescriptionBagReader
(BagitAlgorithmNameToSupportedAlgorithmMapping nameMapping) -
Uses of BagitAlgorithmNameToSupportedAlgorithmMapping in nl.knaw.dans.bagit.verify
Modifier and TypeFieldDescriptionprivate final BagitAlgorithmNameToSupportedAlgorithmMapping
ManifestVerifier.nameMapping
ModifierConstructorDescriptionBagVerifier
(ExecutorService executor, BagitAlgorithmNameToSupportedAlgorithmMapping nameMapping) Create a BagVerifier with a custom thread pool and a custom mappingBagVerifier
(BagitAlgorithmNameToSupportedAlgorithmMapping nameMapping) Create a BagVerifier with a cached thread pool and a custom mappingCreate a PayloadVerifier using a cached thread pool and a custom mappingManifestVerifier
(BagitAlgorithmNameToSupportedAlgorithmMapping nameMapping, ExecutorService executor) Create a PayloadVerifier using a custom thread pool and a custom mapping