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 PathService
JimfsFileSystem. pathService
private PathService
JimfsPath. pathService
private PathService
PollingWatchService. pathService
Methods in com.google.common.jimfs that return PathService Modifier and Type Method Description (package private) PathService
JimfsFileSystem. 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 FileSystemView
JimfsFileSystems. createDefaultView(Configuration config, JimfsFileStore fileStore, PathService pathService)
Creates the default view of the file system using the given working directory.private static JimfsFileStore
JimfsFileSystems. createFileStore(Configuration config, PathService pathService, FileSystemState state)
Creates the file store for the file system.(package private) abstract AbstractWatchService
WatchServiceConfiguration. newWatchService(FileSystemView view, PathService pathService)
Creates a newAbstractWatchService
implementation.(package private) AbstractWatchService
WatchServiceConfiguration.PollingConfig. newWatchService(FileSystemView view, PathService pathService)
JimfsPath
FileSystemView. 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)
-