Uses of Interface
edu.wisc.library.ocfl.core.extension.storage.layout.OcflStorageLayoutExtension
-
Packages that use OcflStorageLayoutExtension Package Description edu.wisc.library.ocfl.core.extension.storage.layout edu.wisc.library.ocfl.core.storage.cloud edu.wisc.library.ocfl.core.storage.filesystem -
-
Uses of OcflStorageLayoutExtension in edu.wisc.library.ocfl.core.extension.storage.layout
Classes in edu.wisc.library.ocfl.core.extension.storage.layout that implement OcflStorageLayoutExtension Modifier and Type Class Description classFlatLayoutExtensionImplementation of the Flat Storage Layout extension.classHashedNTupleIdEncapsulationLayoutExtensionImplementation of the Hashed Truncated N-tuple Trees with Object ID Encapsulating Directory extension.classHashedNTupleLayoutExtensionImplementation of the Hashed Truncated N-tuple Trees for OCFL Storage Hierarchies extension. -
Uses of OcflStorageLayoutExtension in edu.wisc.library.ocfl.core.storage.cloud
Methods in edu.wisc.library.ocfl.core.storage.cloud that return OcflStorageLayoutExtension Modifier and Type Method Description OcflStorageLayoutExtensionCloudOcflStorageInitializer. initializeStorage(OcflVersion ocflVersion, OcflExtensionConfig layoutConfig) -
Uses of OcflStorageLayoutExtension in edu.wisc.library.ocfl.core.storage.filesystem
Methods in edu.wisc.library.ocfl.core.storage.filesystem that return OcflStorageLayoutExtension Modifier and Type Method Description OcflStorageLayoutExtensionFileSystemOcflStorageInitializer. initializeStorage(Path repositoryRoot, OcflVersion ocflVersion, OcflExtensionConfig layoutConfig)Prepares an OCFL storage root for use.
-