Class FlatLayoutConfig
- java.lang.Object
-
- edu.wisc.library.ocfl.core.extension.storage.layout.config.FlatLayoutConfig
-
- All Implemented Interfaces:
OcflExtensionConfig
public class FlatLayoutConfig extends Object implements OcflExtensionConfig
Configuration for the Flat Storage Layout extension. TODO Add link to spec when finalized
-
-
Constructor Summary
Constructors Constructor Description FlatLayoutConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetExtensionName()Returns the name of the extension the config is for.inthashCode()booleanhasParameters()Indicates if the extension defines parameters.StringtoString()
-
-
-
Method Detail
-
getExtensionName
public String getExtensionName()
Description copied from interface:OcflExtensionConfigReturns the name of the extension the config is for.- Specified by:
getExtensionNamein interfaceOcflExtensionConfig- Returns:
- extension name
-
hasParameters
public boolean hasParameters()
Description copied from interface:OcflExtensionConfigIndicates if the extension defines parameters.- Specified by:
hasParametersin interfaceOcflExtensionConfig- Returns:
- true if the extension defines parameters; false otherwise
-
-