Uses of Class
io.roastedroot.zerofs.ZeroFsFileSystemProvider
-
-
Uses of ZeroFsFileSystemProvider in io.roastedroot.zerofs
Fields in io.roastedroot.zerofs declared as ZeroFsFileSystemProvider Modifier and Type Field Description private static ZeroFsFileSystemProviderZeroFsFileSystemProvider. INSTANCEprivate ZeroFsFileSystemProviderZeroFsFileSystem. providerMethods in io.roastedroot.zerofs that return ZeroFsFileSystemProvider Modifier and Type Method Description (package private) static ZeroFsFileSystemProviderZeroFsFileSystemProvider. instance()Returns the singleton instance of this provider.ZeroFsFileSystemProviderZeroFsFileSystem. provider()Methods in io.roastedroot.zerofs with parameters of type ZeroFsFileSystemProvider Modifier and Type Method Description static ZeroFsFileSystemZeroFsFileSystems. newFileSystem(ZeroFsFileSystemProvider provider, java.net.URI uri, Configuration config)Initialize and configure a new file system with the given provider and URI, using the given configuration.Constructors in io.roastedroot.zerofs with parameters of type ZeroFsFileSystemProvider Constructor Description ZeroFsFileSystem(ZeroFsFileSystemProvider provider, java.net.URI uri, ZeroFsFileStore fileStore, PathService pathService, FileSystemView defaultView, WatchServiceConfiguration watchServiceConfig)
-