Uses of Class
edu.wisc.library.ocfl.core.extension.UnsupportedExtensionBehavior
-
Packages that use UnsupportedExtensionBehavior Package Description edu.wisc.library.ocfl.core edu.wisc.library.ocfl.core.extension -
-
Uses of UnsupportedExtensionBehavior in edu.wisc.library.ocfl.core
Methods in edu.wisc.library.ocfl.core with parameters of type UnsupportedExtensionBehavior Modifier and Type Method Description OcflRepositoryBuilderOcflRepositoryBuilder. unsupportedExtensionBehavior(UnsupportedExtensionBehavior unsupportedBehavior)Set the behavior when an unsupported extension is encountered. -
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)
-