Uses of Class
io.roastedroot.zerofs.PathService
-
-
Uses of PathService in io.roastedroot.zerofs
Fields in io.roastedroot.zerofs declared as PathService Modifier and Type Field Description private PathServicePollingWatchService. pathServiceprivate PathServiceZeroFsFileSystem. pathServiceprivate PathServiceZeroFsPath. pathServiceMethods in io.roastedroot.zerofs that return PathService Modifier and Type Method Description (package private) PathServiceZeroFsFileSystem. getPathService()Returns the path service for this file system.Methods in io.roastedroot.zerofs with parameters of type PathService Modifier and Type Method Description private static FileSystemViewZeroFsFileSystems. createDefaultView(Configuration config, ZeroFsFileStore fileStore, PathService pathService)Creates the default view of the file system using the given working directory.private static ZeroFsFileStoreZeroFsFileSystems. 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)ZeroFsPathFileSystemView. toRealPath(ZeroFsPath 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 io.roastedroot.zerofs with parameters of type PathService Constructor Description PollingWatchService(FileSystemView view, PathService pathService, FileSystemState fileSystemState, long interval, java.util.concurrent.TimeUnit timeUnit)ZeroFsFileSystem(ZeroFsFileSystemProvider provider, java.net.URI uri, ZeroFsFileStore fileStore, PathService pathService, FileSystemView defaultView, WatchServiceConfiguration watchServiceConfig)ZeroFsPath(PathService pathService, Name root, Name... names)ZeroFsPath(PathService pathService, Name root, java.util.List<Name> names)
-