Uses of Class
edu.wisc.library.ocfl.core.storage.filesystem.FileSystemOcflStorageBuilder
-
Packages that use FileSystemOcflStorageBuilder Package Description edu.wisc.library.ocfl.core edu.wisc.library.ocfl.core.storage.filesystem -
-
Uses of FileSystemOcflStorageBuilder in edu.wisc.library.ocfl.core
Method parameters in edu.wisc.library.ocfl.core with type arguments of type FileSystemOcflStorageBuilder Modifier and Type Method Description OcflRepositoryBuilderOcflRepositoryBuilder. fileSystemStorage(Consumer<FileSystemOcflStorageBuilder> configureStorage)Configures the repository to use file system based storage. -
Uses of FileSystemOcflStorageBuilder in edu.wisc.library.ocfl.core.storage.filesystem
Methods in edu.wisc.library.ocfl.core.storage.filesystem that return FileSystemOcflStorageBuilder Modifier and Type Method Description static FileSystemOcflStorageBuilderFileSystemOcflStorage. builder()Create a new builder.FileSystemOcflStorageBuilderFileSystemOcflStorageBuilder. 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.FileSystemOcflStorageBuilderFileSystemOcflStorageBuilder. initializer(FileSystemOcflStorageInitializer initializer)Overrides the defaultFileSystemOcflStorageInitializer.FileSystemOcflStorageBuilderFileSystemOcflStorageBuilder. objectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper)Overrides the default ObjectMapper that's used to serialize ocfl_layout.jsonFileSystemOcflStorageBuilderFileSystemOcflStorageBuilder. repositoryRoot(Path repositoryRoot)Sets the path to the OCFL repository root directory.
-