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 PathServiceJimfsFileSystem.pathServiceprivate final PathServiceJimfsPath.pathServiceprivate final PathServicePollingWatchService.pathServiceMethods in com.google.common.jimfs that return PathServiceModifier and TypeMethodDescription(package private) PathServiceJimfsFileSystem.getPathService()Returns the path service for this file system.Methods in com.google.common.jimfs with parameters of type PathServiceModifier and TypeMethodDescriptionprivate 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) 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)