Interface OcflExtension
-
- All Known Subinterfaces:
OcflStorageLayoutExtension
- All Known Implementing Classes:
FlatLayoutExtension,FlatOmitPrefixLayoutExtension,HashedNTupleIdEncapsulationLayoutExtension,HashedNTupleLayoutExtension,NTupleOmitPrefixStorageLayoutExtension
public interface OcflExtensionMarker interface for an OCFL extension implementation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetExtensionName()Returns the name of the extension
-
-
-
Method Detail
-
getExtensionName
String getExtensionName()
Returns the name of the extension- Returns:
- extension name
-
-