Uses of Class
edu.wisc.library.ocfl.core.model.PathBiMap
-
Packages that use PathBiMap Package Description edu.wisc.library.ocfl.core.model -
-
Uses of PathBiMap in edu.wisc.library.ocfl.core.model
Methods in edu.wisc.library.ocfl.core.model that return PathBiMap Modifier and Type Method Description static PathBiMapPathBiMap. fromFileIdMap(Map<String,Set<String>> map)Constructs a new PathBiMap from an existing map of fileIds to paths.Methods in edu.wisc.library.ocfl.core.model with parameters of type PathBiMap Modifier and Type Method Description InventoryBuilderInventoryBuilder. manifest(PathBiMap manifest)VersionBuilderVersionBuilder. state(PathBiMap state)Method parameters in edu.wisc.library.ocfl.core.model with type arguments of type PathBiMap Modifier and Type Method Description InventoryBuilderInventoryBuilder. fixityBiMap(Map<DigestAlgorithm,PathBiMap> fixity)
-