Uses of Interface
nl.knaw.dans.bagit.hash.BagitAlgorithmNameToSupportedAlgorithmMapping
Packages that use BagitAlgorithmNameToSupportedAlgorithmMapping
-
Uses of BagitAlgorithmNameToSupportedAlgorithmMapping in nl.knaw.dans.bagit.hash
Classes in nl.knaw.dans.bagit.hash that implement BagitAlgorithmNameToSupportedAlgorithmMappingModifier and TypeClassDescriptionclassProvides a mapping between bagit algorithm names andSupportedAlgorithm -
Uses of BagitAlgorithmNameToSupportedAlgorithmMapping in nl.knaw.dans.bagit.reader
Fields in nl.knaw.dans.bagit.reader declared as BagitAlgorithmNameToSupportedAlgorithmMappingModifier and TypeFieldDescriptionprivate final BagitAlgorithmNameToSupportedAlgorithmMappingBagReader.nameMappingMethods in nl.knaw.dans.bagit.reader that return BagitAlgorithmNameToSupportedAlgorithmMappingMethods in nl.knaw.dans.bagit.reader with parameters of type BagitAlgorithmNameToSupportedAlgorithmMappingModifier and TypeMethodDescription(package private) static voidManifestReader.readAllManifests(BagitAlgorithmNameToSupportedAlgorithmMapping nameMapping, Path rootDir, Bag bag) Finds and reads all manifest files in the rootDir and adds them to the given bag.static ManifestManifestReader.readManifest(BagitAlgorithmNameToSupportedAlgorithmMapping nameMapping, Path manifestFile, Path bagRootDir, Charset charset) Reads a manifest file and converts it to aManifestobject.Constructors in nl.knaw.dans.bagit.reader with parameters of type BagitAlgorithmNameToSupportedAlgorithmMappingModifierConstructorDescriptionBagReader(BagitAlgorithmNameToSupportedAlgorithmMapping nameMapping) -
Uses of BagitAlgorithmNameToSupportedAlgorithmMapping in nl.knaw.dans.bagit.verify
Fields in nl.knaw.dans.bagit.verify declared as BagitAlgorithmNameToSupportedAlgorithmMappingModifier and TypeFieldDescriptionprivate final BagitAlgorithmNameToSupportedAlgorithmMappingManifestVerifier.nameMappingConstructors in nl.knaw.dans.bagit.verify with parameters of type BagitAlgorithmNameToSupportedAlgorithmMappingModifierConstructorDescriptionBagVerifier(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