Uses of Class
edu.wisc.library.ocfl.core.extension.UnsupportedExtensionBehavior
-
Packages that use UnsupportedExtensionBehavior Package Description edu.wisc.library.ocfl.core.extension edu.wisc.library.ocfl.core.storage.cloud edu.wisc.library.ocfl.core.storage.filesystem -
-
Uses of UnsupportedExtensionBehavior in edu.wisc.library.ocfl.core.extension
Methods in edu.wisc.library.ocfl.core.extension that return UnsupportedExtensionBehavior Modifier and Type Method Description static UnsupportedExtensionBehaviorUnsupportedExtensionBehavior. valueOf(String name)Returns the enum constant of this type with the specified name.static UnsupportedExtensionBehavior[]UnsupportedExtensionBehavior. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in edu.wisc.library.ocfl.core.extension with parameters of type UnsupportedExtensionBehavior Constructor Description ExtensionSupportEvaluator(UnsupportedExtensionBehavior behavior, Set<String> ignore) -
Uses of UnsupportedExtensionBehavior in edu.wisc.library.ocfl.core.storage.cloud
Methods in edu.wisc.library.ocfl.core.storage.cloud with parameters of type UnsupportedExtensionBehavior Modifier and Type Method Description CloudOcflStorageBuilderCloudOcflStorageBuilder. unsupportedExtensionBehavior(UnsupportedExtensionBehavior unsupportedBehavior)Set the behavior when an unsupported extension is encountered. -
Uses of UnsupportedExtensionBehavior in edu.wisc.library.ocfl.core.storage.filesystem
Methods in edu.wisc.library.ocfl.core.storage.filesystem with parameters of type UnsupportedExtensionBehavior Modifier and Type Method Description FileSystemOcflStorageBuilderFileSystemOcflStorageBuilder. unsupportedExtensionBehavior(UnsupportedExtensionBehavior unsupportedBehavior)Set the behavior when an unsupported extension is encountered.
-