Uses of Interface
edu.wisc.library.ocfl.core.storage.common.Storage
-
Packages that use Storage Package Description edu.wisc.library.ocfl.core.storage edu.wisc.library.ocfl.core.storage.cloud edu.wisc.library.ocfl.core.storage.filesystem edu.wisc.library.ocfl.core.validation -
-
Uses of Storage in edu.wisc.library.ocfl.core.storage
Methods in edu.wisc.library.ocfl.core.storage with parameters of type Storage Modifier and Type Method Description OcflStorageBuilderOcflStorageBuilder. storage(Storage storage)Set the storage implementation to use.Constructors in edu.wisc.library.ocfl.core.storage with parameters of type Storage Constructor Description DefaultOcflStorage(Storage storage, boolean verifyInventoryDigest, OcflStorageInitializer initializer)Creates a new DefaultOcflStorage object.DefaultOcflStorageInitializer(Storage storage, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Uses of Storage in edu.wisc.library.ocfl.core.storage.cloud
Classes in edu.wisc.library.ocfl.core.storage.cloud that implement Storage Modifier and Type Class Description classCloudStorageStorage abstraction over cloud storage providers. -
Uses of Storage in edu.wisc.library.ocfl.core.storage.filesystem
Classes in edu.wisc.library.ocfl.core.storage.filesystem that implement Storage Modifier and Type Class Description classFileSystemStorageStorage abstraction over the local filesystem -
Uses of Storage in edu.wisc.library.ocfl.core.validation
Constructors in edu.wisc.library.ocfl.core.validation with parameters of type Storage Constructor Description Validator(Storage fileSystem)
-