Uses of Class
com.google.common.jimfs.FileSystemView
-
-
Uses of FileSystemView in com.google.common.jimfs
Fields in com.google.common.jimfs declared as FileSystemView Modifier and Type Field Description private FileSystemViewJimfsFileSystem. defaultViewprivate FileSystemViewJimfsSecureDirectoryStream. viewprivate FileSystemViewPollingWatchService. viewMethods in com.google.common.jimfs that return FileSystemView Modifier and Type Method Description private static FileSystemViewJimfsFileSystems. createDefaultView(Configuration config, JimfsFileStore fileStore, PathService pathService)Creates the default view of the file system using the given working directory.FileSystemViewJimfsFileSystem. getDefaultView()Returns the default view for this file system.private static FileSystemViewJimfsFileSystemProvider. getDefaultView(JimfsPath path)Returns the default file system view for the given path.Methods in com.google.common.jimfs with parameters of type FileSystemView Modifier and Type Method Description private voidFileSystemView. checkNotAncestor(File source, Directory destParent, FileSystemView destView)Checks that source is not an ancestor of dest, throwing an exception if it is.voidFileSystemView. copy(JimfsPath source, FileSystemView destView, JimfsPath dest, java.util.Set<java.nio.file.CopyOption> options, boolean move)Copies or moves the file at the given source path to the given dest path.booleanFileSystemView. isSameFile(JimfsPath path, FileSystemView view2, JimfsPath path2)Returns whether or not the two given paths locate the same file.private booleanFileSystemView. isSameFileSystem(FileSystemView other)Returns whether or not this view and the given view belong to the same file system.voidFileSystemView. 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 AbstractWatchServiceWatchServiceConfiguration. newWatchService(FileSystemView view, PathService pathService)Creates a newAbstractWatchServiceimplementation.(package private) AbstractWatchServiceWatchServiceConfiguration.PollingConfig. newWatchService(FileSystemView view, PathService pathService)Constructors in com.google.common.jimfs with parameters of type FileSystemView Constructor Description JimfsFileSystem(JimfsFileSystemProvider provider, java.net.URI uri, JimfsFileStore fileStore, PathService pathService, FileSystemView defaultView, WatchServiceConfiguration watchServiceConfig)JimfsSecureDirectoryStream(FileSystemView view, java.nio.file.DirectoryStream.Filter<? super java.nio.file.Path> filter, FileSystemState fileSystemState)PollingWatchService(FileSystemView view, PathService pathService, FileSystemState fileSystemState, long interval, java.util.concurrent.TimeUnit timeUnit)
-