Uses of Interface
edu.wisc.library.ocfl.core.extension.OcflExtension
-
Packages that use OcflExtension Package Description edu.wisc.library.ocfl.core.extension edu.wisc.library.ocfl.core.extension.storage.layout -
-
Uses of OcflExtension in edu.wisc.library.ocfl.core.extension
Methods in edu.wisc.library.ocfl.core.extension with type parameters of type OcflExtension Modifier and Type Method Description static <T extends OcflExtension>
Optional<T>OcflExtensionRegistry. lookup(String extensionName)Returns a registered extension implementation, if one exists.Method parameters in edu.wisc.library.ocfl.core.extension with type arguments of type OcflExtension Modifier and Type Method Description static voidOcflExtensionRegistry. register(String extensionId, Class<? extends OcflExtension> extensionClass)Registers a new extension implementation. -
Uses of OcflExtension in edu.wisc.library.ocfl.core.extension.storage.layout
Subinterfaces of OcflExtension in edu.wisc.library.ocfl.core.extension.storage.layout Modifier and Type Interface Description interfaceOcflStorageLayoutExtensionInterface for OCFL storage layout extensions.Classes in edu.wisc.library.ocfl.core.extension.storage.layout that implement OcflExtension 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 N-tuple Storage Layout extension.
-