Class RepositoryConfig
- java.lang.Object
-
- edu.wisc.library.ocfl.core.storage.RepositoryConfig
-
public class RepositoryConfig extends Object
OCFL repository configuration as defined in the storage root.
-
-
Constructor Summary
Constructors Constructor Description RepositoryConfig(OcflVersion ocflVersion, OcflStorageLayoutExtension storageLayoutExtension)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OcflVersiongetOcflVersion()OcflStorageLayoutExtensiongetStorageLayoutExtension()StringtoString()
-
-
-
Constructor Detail
-
RepositoryConfig
public RepositoryConfig(OcflVersion ocflVersion, OcflStorageLayoutExtension storageLayoutExtension)
-
-
Method Detail
-
getOcflVersion
public OcflVersion getOcflVersion()
- Returns:
- the OCFL version as specified in the storage root
-
getStorageLayoutExtension
public OcflStorageLayoutExtension getStorageLayoutExtension()
- Returns:
- the storage layout extension as specified in the storage root
-
-