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 -
-
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.classFlatOmitPrefixLayoutExtensionImplementation of the Flat Omit Prefix Storage Layout extension.classHashedNTupleIdEncapsulationLayoutExtensionImplementation of the Hashed Truncated N-tuple Trees with Object ID Encapsulating Directory extension.classHashedNTupleLayoutExtensionImplementation of the Hashed N-tuple Storage Layout extension.classNTupleOmitPrefixStorageLayoutExtensionImplementation of the N Tuple Storage Layout extension. -
Uses of OcflStorageLayoutExtension in edu.wisc.library.ocfl.core.storage
Methods in edu.wisc.library.ocfl.core.storage that return OcflStorageLayoutExtension Modifier and Type Method Description OcflStorageLayoutExtensionDefaultOcflStorageInitializer. initializeStorage(OcflVersion ocflVersion, OcflExtensionConfig layoutConfig, ExtensionSupportEvaluator supportEvaluator)Initializes a new OCFL storage root when the storage root does not already exist.OcflStorageLayoutExtensionOcflStorageInitializer. initializeStorage(OcflVersion ocflVersion, OcflExtensionConfig layoutConfig, ExtensionSupportEvaluator supportEvaluator)Initializes a new OCFL storage root when the storage root does not already exist.
-