Uses of Class
com.google.common.jimfs.FileSystemView
-
Uses of FileSystemView in com.google.common.jimfs
Fields in com.google.common.jimfs declared as FileSystemViewModifier and TypeFieldDescriptionprivate final FileSystemView
JimfsFileSystem.defaultView
private final FileSystemView
JimfsSecureDirectoryStream.view
private final FileSystemView
PollingWatchService.view
Methods in com.google.common.jimfs that return FileSystemViewModifier and TypeMethodDescriptionprivate static FileSystemView
JimfsFileSystems.createDefaultView
(Configuration config, JimfsFileStore fileStore, PathService pathService) Creates the default view of the file system using the given working directory.JimfsFileSystem.getDefaultView()
Returns the default view for this file system.private static FileSystemView
JimfsFileSystemProvider.getDefaultView
(JimfsPath path) Returns the default file system view for the given path.Methods in com.google.common.jimfs with parameters of type FileSystemViewModifier and TypeMethodDescriptionprivate void
FileSystemView.checkNotAncestor
(File source, Directory destParent, FileSystemView destView) Checks that source is not an ancestor of dest, throwing an exception if it is.void
FileSystemView.copy
(JimfsPath source, FileSystemView destView, JimfsPath dest, Set<CopyOption> options, boolean move) Copies or moves the file at the given source path to the given dest path.boolean
FileSystemView.isSameFile
(JimfsPath path, FileSystemView view2, JimfsPath path2) Returns whether or not the two given paths locate the same file.private boolean
FileSystemView.isSameFileSystem
(FileSystemView other) Returns whether or not this view and the given view belong to the same file system.void
FileSystemView.link
(JimfsPath link, FileSystemView existingView, JimfsPath existing) Creates a hard link at the given link path to the regular file at the given path.(package private) abstract AbstractWatchService
WatchServiceConfiguration.newWatchService
(FileSystemView view, PathService pathService) Creates a newAbstractWatchService
implementation.(package private) AbstractWatchService
WatchServiceConfiguration.PollingConfig.newWatchService
(FileSystemView view, PathService pathService) Constructors in com.google.common.jimfs with parameters of type FileSystemViewModifierConstructorDescription(package private)
JimfsFileSystem
(JimfsFileSystemProvider provider, URI uri, JimfsFileStore fileStore, PathService pathService, FileSystemView defaultView, WatchServiceConfiguration watchServiceConfig) JimfsSecureDirectoryStream
(FileSystemView view, DirectoryStream.Filter<? super Path> filter, FileSystemState fileSystemState) (package private)
PollingWatchService
(FileSystemView view, PathService pathService, FileSystemState fileSystemState, long interval, TimeUnit timeUnit)