Uses of Class
io.roastedroot.zerofs.ZeroFsFileStore
-
-
Uses of ZeroFsFileStore in io.roastedroot.zerofs
Fields in io.roastedroot.zerofs declared as ZeroFsFileStore Modifier and Type Field Description private ZeroFsFileStoreZeroFsFileSystem. fileStoreprivate ZeroFsFileStoreFileSystemView. storeMethods in io.roastedroot.zerofs that return ZeroFsFileStore Modifier and Type Method Description private static ZeroFsFileStoreZeroFsFileSystems. createFileStore(Configuration config, PathService pathService, FileSystemState state)Creates the file store for the file system.ZeroFsFileStoreZeroFsFileSystem. getFileStore()Returns the file store for this file system.Methods in io.roastedroot.zerofs with parameters of type ZeroFsFileStore 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.Constructors in io.roastedroot.zerofs with parameters of type ZeroFsFileStore Constructor Description FileSystemView(ZeroFsFileStore store, Directory workingDirectory, ZeroFsPath workingDirectoryPath)Creates a new file system view.ZeroFsFileSystem(ZeroFsFileSystemProvider provider, java.net.URI uri, ZeroFsFileStore fileStore, PathService pathService, FileSystemView defaultView, WatchServiceConfiguration watchServiceConfig)
-