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