Uses of Enum Class
com.google.common.jimfs.FileSystemView.DeleteMode
-
Uses of FileSystemView.DeleteMode in com.google.common.jimfs
Subclasses with type arguments of type FileSystemView.DeleteMode in com.google.common.jimfsMethods in com.google.common.jimfs that return FileSystemView.DeleteModeModifier and TypeMethodDescriptionstatic FileSystemView.DeleteModeReturns the enum constant of this class with the specified name.static FileSystemView.DeleteMode[]FileSystemView.DeleteMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.common.jimfs 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, JimfsPath pathForException) Deletes the given directory entry from its parent directory.voidFileSystemView.deleteFile(JimfsPath path, FileSystemView.DeleteMode deleteMode) Deletes the file at the given absolute path.