Uses of Enum Class
org.cryptomator.frontend.dokany.internal.constants.FileSystemFeature
Packages that use FileSystemFeature
Package
Description
-
Uses of FileSystemFeature in org.cryptomator.frontend.dokany.internal
Fields in org.cryptomator.frontend.dokany.internal with type parameters of type FileSystemFeatureModifier and TypeFieldDescriptionstatic final EnumIntegerSet<FileSystemFeature>VolumeInformation.DEFAULT_FS_FEATURESMethods in org.cryptomator.frontend.dokany.internal that return types with arguments of type FileSystemFeatureModifier and TypeMethodDescriptionVolumeInformation.fileSystemFeatures()Returns the value of thefileSystemFeaturesrecord component.Constructor parameters in org.cryptomator.frontend.dokany.internal with type arguments of type FileSystemFeatureModifierConstructorDescriptionVolumeInformation(int maxComponentLength, String name, int serialNumber, String fileSystemName, EnumIntegerSet<FileSystemFeature> fileSystemFeatures) Creates an instance of aVolumeInformationrecord class. -
Uses of FileSystemFeature in org.cryptomator.frontend.dokany.internal.constants
Methods in org.cryptomator.frontend.dokany.internal.constants that return FileSystemFeatureModifier and TypeMethodDescriptionstatic FileSystemFeatureReturns the enum constant of this class with the specified name.static FileSystemFeature[]FileSystemFeature.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 FileSystemFeatureModifier and TypeMethodDescriptionstatic EnumIntegerSet<FileSystemFeature>FileSystemFeature.fromInt(int value)