Uses of Enum Class
org.cryptomator.frontend.dokany.internal.constants.DokanOption
Packages that use DokanOption
Package
Description
-
Uses of DokanOption in org.cryptomator.frontend.dokany.internal.constants
Methods in org.cryptomator.frontend.dokany.internal.constants that return DokanOptionModifier and TypeMethodDescriptionstatic DokanOptionReturns the enum constant of this class with the specified name.static DokanOption[]DokanOption.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.cryptomator.frontend.dokany.internal.constants that return types with arguments of type DokanOptionModifier and TypeMethodDescriptionstatic EnumIntegerSet<DokanOption>DokanOption.fromInt(int value) -
Uses of DokanOption in org.cryptomator.frontend.dokany.internal.structure
Methods in org.cryptomator.frontend.dokany.internal.structure that return types with arguments of type DokanOptionConstructor parameters in org.cryptomator.frontend.dokany.internal.structure with type arguments of type DokanOptionModifierConstructorDescriptionDeviceOptions(String mountPoint, short threadCount, EnumIntegerSet<DokanOption> dokanOptions, String uncName, long timeout, long allocationUnitSize, long sectorSize)