java.lang.Object
java.lang.Enum<DokanOption>
org.cryptomator.frontend.dokany.internal.constants.DokanOption
All Implemented Interfaces:
Serializable, Comparable<DokanOption>, Constable, EnumInteger

public enum DokanOption extends Enum<DokanOption> implements EnumInteger
  • Enum Constant Details

    • DEBUG_MODE

      public static final DokanOption DEBUG_MODE
    • STD_ERR_OUTPUT

      public static final DokanOption STD_ERR_OUTPUT
    • ALT_STREAM

      public static final DokanOption ALT_STREAM
    • WRITE_PROTECTION

      public static final DokanOption WRITE_PROTECTION
    • NETWORK_DRIVE

      public static final DokanOption NETWORK_DRIVE
    • REMOVABLE_DRIVE

      public static final DokanOption REMOVABLE_DRIVE
    • MOUNT_MANAGER

      public static final DokanOption MOUNT_MANAGER
    • CURRENT_SESSION

      public static final DokanOption CURRENT_SESSION
    • FILELOCK_USER_MODE

      public static final DokanOption FILELOCK_USER_MODE
    • ENABLE_NOTIFICATION_API

      public static final DokanOption ENABLE_NOTIFICATION_API
    • ENABLE_FCB_GARBAGE_COLLECTION

      public static final DokanOption ENABLE_FCB_GARBAGE_COLLECTION
    • CASE_SENSITIVE

      public static final DokanOption CASE_SENSITIVE
    • ENABLE_UNMOUNT_NETWORK_DRIVE

      public static final DokanOption ENABLE_UNMOUNT_NETWORK_DRIVE
    • DISPATCH_DRIVER_LOGS

      public static final DokanOption DISPATCH_DRIVER_LOGS
  • Method Details

    • values

      public static DokanOption[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static DokanOption valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • fromInt

      public static EnumIntegerSet<DokanOption> fromInt(int value)
    • getMask

      public int getMask()
      Specified by:
      getMask in interface EnumInteger
    • getDescription

      public String getDescription()