Uses of Class
com.google.common.jimfs.PathService
-
-
Uses of PathService in com.google.common.jimfs
Fields in com.google.common.jimfs declared as PathService Modifier and Type Field Description private PathServiceJimfsFileSystem. pathServiceprivate PathServiceJimfsPath. pathServiceprivate PathServicePollingWatchService. pathServiceMethods in com.google.common.jimfs that return PathService Modifier and Type Method Description (package private) PathServiceJimfsFileSystem. getPathService()Returns the path service for this file system.Methods in com.google.common.jimfs with parameters of type PathService 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.private static JimfsFileStoreJimfsFileSystems. createFileStore(Configuration config, PathService pathService, FileSystemState state)Creates the file store for the file system.(package private) abstract AbstractWatchServiceWatchServiceConfiguration. newWatchService(FileSystemView view, PathService pathService)Creates a newAbstractWatchServiceimplementation.(package private) AbstractWatchServiceWatchServiceConfiguration.PollingConfig. newWatchService(FileSystemView view, PathService pathService)JimfsPathFileSystemView. toRealPath(JimfsPath path, PathService pathService, java.util.Set<? super java.nio.file.LinkOption> options)Gets the real path to the file located by the given path.Constructors in com.google.common.jimfs with parameters of type PathService Constructor Description JimfsFileSystem(JimfsFileSystemProvider provider, java.net.URI uri, JimfsFileStore fileStore, PathService pathService, FileSystemView defaultView, WatchServiceConfiguration watchServiceConfig)JimfsPath(PathService pathService, @Nullable Name root, java.lang.Iterable<Name> names)PollingWatchService(FileSystemView view, PathService pathService, FileSystemState fileSystemState, long interval, java.util.concurrent.TimeUnit timeUnit)
-