static FileSystemOcflStorageBuilder |
FileSystemOcflStorage.builder() |
Create a new builder.
|
FileSystemOcflStorageBuilder |
FileSystemOcflStorageBuilder.checkNewVersionFixity(boolean checkNewVersionFixity) |
Overrides whether the fixity of new version content should be checked on version creation after moving the version
into the OCFL object root.
|
FileSystemOcflStorageBuilder |
FileSystemOcflStorageBuilder.ignoreUnsupportedExtensions(Set<String> ignoreUnsupportedExtensions) |
Sets a list of unsupported extensions that should be ignored.
|
FileSystemOcflStorageBuilder |
FileSystemOcflStorageBuilder.initializer(FileSystemOcflStorageInitializer initializer) |
|
FileSystemOcflStorageBuilder |
FileSystemOcflStorageBuilder.objectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
Overrides the default ObjectMapper that's used to serialize ocfl_layout.json
|
FileSystemOcflStorageBuilder |
FileSystemOcflStorageBuilder.repositoryRoot(Path repositoryRoot) |
Sets the path to the OCFL repository root directory.
|
FileSystemOcflStorageBuilder |
FileSystemOcflStorageBuilder.unsupportedExtensionBehavior(UnsupportedExtensionBehavior unsupportedBehavior) |
Set the behavior when an unsupported extension is encountered.
|