Interface OcflExtensionConfig
-
- All Known Implementing Classes:
FlatLayoutConfig,HashedTruncatedNTupleConfig,HashedTruncatedNTupleIdConfig
public interface OcflExtensionConfigRepresents deserialized extension configuration. Implementations MUST have a no-arg constructor that defaults all fields to their defaults as defined in their OCFL extension spec.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetExtensionName()Returns the name of the extension the config is for.booleanhasParameters()Indicates if the extension defines parameters.
-
-
-
Method Detail
-
getExtensionName
String getExtensionName()
Returns the name of the extension the config is for.- Returns:
- extension name
-
hasParameters
boolean hasParameters()
Indicates if the extension defines parameters.- Returns:
- true if the extension defines parameters; false otherwise
-
-