Uses of Class
com.google.common.jimfs.FileSystemView.DeleteMode
-
-
Uses of FileSystemView.DeleteMode in com.google.common.jimfs
Methods in com.google.common.jimfs that return FileSystemView.DeleteMode Modifier and Type Method Description static FileSystemView.DeleteMode
FileSystemView.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 com.google.common.jimfs with parameters of type FileSystemView.DeleteMode Modifier and Type Method Description private void
FileSystemView. 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 void
FileSystemView. delete(DirectoryEntry entry, FileSystemView.DeleteMode deleteMode, JimfsPath pathForException)
Deletes the given directory entry from its parent directory.void
FileSystemView. deleteFile(JimfsPath path, FileSystemView.DeleteMode deleteMode)
Deletes the file at the given absolute path.
-