Uses of Class
edu.wisc.library.ocfl.core.inventory.InventoryUpdater
-
Packages that use InventoryUpdater Package Description edu.wisc.library.ocfl.core edu.wisc.library.ocfl.core.inventory -
-
Uses of InventoryUpdater in edu.wisc.library.ocfl.core
Methods in edu.wisc.library.ocfl.core with parameters of type InventoryUpdater Modifier and Type Method Description protected InventoryDefaultOcflRepository. buildNewInventory(InventoryUpdater inventoryUpdater, VersionInfo versionInfo)Constructors in edu.wisc.library.ocfl.core with parameters of type InventoryUpdater Constructor Description DefaultOcflObjectUpdater(Inventory inventory, InventoryUpdater inventoryUpdater, Path stagingDir, AddFileProcessor addFileProcessor) -
Uses of InventoryUpdater in edu.wisc.library.ocfl.core.inventory
Methods in edu.wisc.library.ocfl.core.inventory that return InventoryUpdater Modifier and Type Method Description InventoryUpdaterInventoryUpdater.Builder. buildBlankState(Inventory inventory)Constructs a new InventoryUpdater that does NOT copy over the state from the previous version.InventoryUpdaterInventoryUpdater.Builder. buildCopyState(Inventory inventory)Constructs a new InventoryUpdater that copies over the state from the previous version.InventoryUpdaterInventoryUpdater.Builder. buildCopyState(Inventory inventory, VersionNum versionNum)Constructs a new InventoryUpdater that copies over the state from a previous version.InventoryUpdaterInventoryUpdater.Builder. buildCopyStateMutable(Inventory inventory)Constructs a new InventoryUpdater that copies over the state from the previous version, and creates a mutable HEAD version.Methods in edu.wisc.library.ocfl.core.inventory with parameters of type InventoryUpdater Modifier and Type Method Description AddFileProcessorAddFileProcessor.Builder. build(InventoryUpdater inventoryUpdater, Path stagingDir, DigestAlgorithm digestAlgorithm)Constructors in edu.wisc.library.ocfl.core.inventory with parameters of type InventoryUpdater Constructor Description AddFileProcessor(InventoryUpdater inventoryUpdater, Path stagingDir, DigestAlgorithm digestAlgorithm)
-