Uses of Enum Class
org.cryptomator.frontend.dokany.internal.constants.FileAttribute
Packages that use FileAttribute
Package
Description
-
Uses of FileAttribute in org.cryptomator.frontend.dokany.adapter
Methods in org.cryptomator.frontend.dokany.adapter that return types with arguments of type FileAttributeModifier and TypeMethodDescriptionstatic EnumIntegerSet<FileAttribute>FileUtil.dosAttributesToEnumIntegerSet(DosFileAttributes attr) TODO: support for other attributes ?Methods in org.cryptomator.frontend.dokany.adapter with parameters of type FileAttributeModifier and TypeMethodDescriptionstatic voidFileUtil.setAttribute(DosFileAttributeView attrView, FileAttribute attr, boolean value) -
Uses of FileAttribute in org.cryptomator.frontend.dokany.internal.constants
Methods in org.cryptomator.frontend.dokany.internal.constants that return FileAttributeModifier and TypeMethodDescriptionstatic FileAttributeReturns the enum constant of this class with the specified name.static FileAttribute[]FileAttribute.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 FileAttributeModifier and TypeMethodDescriptionstatic EnumIntegerSet<FileAttribute>FileAttribute.fromInt(int value) -
Uses of FileAttribute in org.cryptomator.frontend.dokany.internal.structure
Fields in org.cryptomator.frontend.dokany.internal.structure declared as FileAttributeMethod parameters in org.cryptomator.frontend.dokany.internal.structure with type arguments of type FileAttributeModifier and TypeMethodDescriptionvoidByHandleFileInfo.setAttributes(EnumIntegerSet<FileAttribute> attributes) Constructor parameters in org.cryptomator.frontend.dokany.internal.structure with type arguments of type FileAttributeModifierConstructorDescriptionFullFileInfo(String path, long index, EnumIntegerSet<FileAttribute> attributes, int volumeSerialNumber) FullFileInfo(String path, long index, EnumIntegerSet<FileAttribute> attributes, int volumeSerialNumber, com.sun.jna.platform.win32.WinBase.FILETIME creationTime, com.sun.jna.platform.win32.WinBase.FILETIME lastAccessTime, com.sun.jna.platform.win32.WinBase.FILETIME lastWriteTime)