Uses of Class
io.roastedroot.zerofs.Configuration
-
-
Uses of Configuration in io.roastedroot.zerofs
Fields in io.roastedroot.zerofs declared as Configuration Modifier and Type Field Description private static ConfigurationConfiguration.OsxHolder. OS_Xprivate static ConfigurationConfiguration.UnixHolder. UNIXprivate static ConfigurationConfiguration.WindowsHolder. WINDOWSMethods in io.roastedroot.zerofs that return Configuration Modifier and Type Method Description ConfigurationConfiguration.Builder. build()Creates a new immutable configuration object from this builder.static ConfigurationConfiguration. forCurrentPlatform()Returns a default configuration appropriate to the current operating system.static ConfigurationConfiguration. osX()Returns the default configuration for a Mac OS X-like file system.static ConfigurationConfiguration. unix()Returns the default configuration for a UNIX-like file system.static ConfigurationConfiguration. windows()Returns the default configuration for a Windows-like file system.Methods in io.roastedroot.zerofs with parameters of type Configuration 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.private static java.lang.Iterable<AttributeProvider>AttributeService. getProviders(Configuration configuration)static java.nio.file.FileSystemZeroFs. newFileSystem(Configuration configuration)Creates a new in-memory file system with the given configuration.static java.nio.file.FileSystemZeroFs. newFileSystem(java.lang.String name, Configuration configuration)Creates a new in-memory file system with the given configuration.(package private) static java.nio.file.FileSystemZeroFs. newFileSystem(java.net.URI uri, Configuration config)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 Configuration Constructor Description AttributeService(Configuration configuration)Creates a new attribute service using the given configuration.Builder(Configuration configuration)HeapDisk(Configuration config)Creates a new disk using settings from the given configuration.PathService(Configuration config)
-