Uses of Class
com.google.common.jimfs.PathService
-
Uses of PathService in com.google.common.jimfs
Fields in com.google.common.jimfs declared as PathServiceModifier and TypeFieldDescriptionprivate final PathService
JimfsFileSystem.pathService
private final PathService
JimfsPath.pathService
private final PathService
PollingWatchService.pathService
Methods in com.google.common.jimfs that return PathServiceModifier and TypeMethodDescription(package private) PathService
JimfsFileSystem.getPathService()
Returns the path service for this file system.Methods in com.google.common.jimfs with parameters of type PathServiceModifier 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.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) FileSystemView.toRealPath
(JimfsPath path, PathService pathService, Set<? super LinkOption> options) Gets the real path to the file located by the given path.Constructors in com.google.common.jimfs with parameters of type PathServiceModifierConstructorDescription(package private)
JimfsFileSystem
(JimfsFileSystemProvider provider, URI uri, JimfsFileStore fileStore, PathService pathService, FileSystemView defaultView, WatchServiceConfiguration watchServiceConfig) JimfsPath
(PathService pathService, @Nullable Name root, Iterable<Name> names) (package private)
PollingWatchService
(FileSystemView view, PathService pathService, FileSystemState fileSystemState, long interval, TimeUnit timeUnit)