Uses of Enum Class
org.cryptomator.frontend.dokany.internal.constants.CreationDisposition
Packages that use CreationDisposition
Package
Description
-
Uses of CreationDisposition in org.cryptomator.frontend.dokany.adapter
Methods in org.cryptomator.frontend.dokany.adapter with parameters of type CreationDispositionModifier and TypeMethodDescriptionstatic Set<OpenOption>FileUtil.buildOpenOptions(EnumIntegerSet<AccessMask> accessMasks, EnumIntegerSet<FileAccessMask> fileAccessMasks, EnumIntegerSet<FileAttribute> fileAttributes, EnumIntegerSet<CreateOptions> createOptions, CreationDisposition creationDisposition, boolean append, boolean fileExists) -
Uses of CreationDisposition in org.cryptomator.frontend.dokany.internal.constants
Methods in org.cryptomator.frontend.dokany.internal.constants that return CreationDispositionModifier and TypeMethodDescriptionstatic CreationDispositionCreationDisposition.fromInt(int value) static CreationDispositionReturns the enum constant of this class with the specified name.static CreationDisposition[]CreationDisposition.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CreationDisposition in org.cryptomator.frontend.dokany.internal.structure
Fields in org.cryptomator.frontend.dokany.internal.structure declared as CreationDisposition