Uses of Enum
io.roastedroot.zerofs.FileSystemView.DeleteMode
-
Uses of FileSystemView.DeleteMode in io.roastedroot.zerofs
Methods in io.roastedroot.zerofs that return FileSystemView.DeleteModeModifier and TypeMethodDescriptionstatic FileSystemView.DeleteModeReturns the enum constant of this type with the specified name.static FileSystemView.DeleteMode[]FileSystemView.DeleteMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.roastedroot.zerofs with parameters of type FileSystemView.DeleteModeModifier and TypeMethodDescriptionprivate voidFileSystemView.checkDeletable(File file, FileSystemView.DeleteMode mode, Path path) Checks that the given file can be deleted, throwing an exception if it can't.private voidFileSystemView.delete(DirectoryEntry entry, FileSystemView.DeleteMode deleteMode, ZeroFsPath pathForException) Deletes the given directory entry from its parent directory.voidFileSystemView.deleteFile(ZeroFsPath path, FileSystemView.DeleteMode deleteMode) Deletes the file at the given absolute path.