Uses of Class
io.roastedroot.zerofs.FileSystemView.DeleteMode
-
-
Uses of FileSystemView.DeleteMode in io.roastedroot.zerofs
Methods in io.roastedroot.zerofs that return FileSystemView.DeleteMode Modifier and Type Method Description static FileSystemView.DeleteModeFileSystemView.DeleteMode. valueOf(java.lang.String name)Returns 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.DeleteMode Modifier and Type Method Description private voidFileSystemView. checkDeletable(File file, FileSystemView.DeleteMode mode, java.nio.file.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.
-