Uses of Class
com.google.common.jimfs.JimfsFileSystem
-
-
Uses of JimfsFileSystem in com.google.common.jimfs
Methods in com.google.common.jimfs that return JimfsFileSystem Modifier and Type Method Description private static JimfsFileSystemJimfsFileSystemProvider. getFileSystem(java.nio.file.Path path)Gets the file system for the given path.JimfsFileSystemJimfsPath. getJimfsFileSystem()Equivalent toJimfsPath.getFileSystem()but with a return type ofJimfsFileSystem.static JimfsFileSystemJimfsFileSystems. newFileSystem(JimfsFileSystemProvider provider, java.net.URI uri, Configuration config)Initialize and configure a new file system with the given provider and URI, using the given configuration.
-