Uses of Enum Class
org.cryptomator.frontend.dokany.internal.constants.AccessMask
Packages that use AccessMask
Package
Description
-
Uses of AccessMask in org.cryptomator.frontend.dokany.adapter
Method parameters in org.cryptomator.frontend.dokany.adapter with type arguments of type AccessMaskModifier 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 AccessMask in org.cryptomator.frontend.dokany.internal.constants
Methods in org.cryptomator.frontend.dokany.internal.constants that return AccessMaskModifier and TypeMethodDescriptionstatic AccessMaskReturns the enum constant of this class with the specified name.static AccessMask[]AccessMask.values()Returns an array containing the constants of this enum class, in the order they are declared.