Uses of Class
com.google.common.jimfs.JimfsFileSystem
-
Uses of JimfsFileSystem in com.google.common.jimfs
Methods in com.google.common.jimfs that return JimfsFileSystemModifier and TypeMethodDescriptionprivate static JimfsFileSystem
JimfsFileSystemProvider.getFileSystem
(Path path) Gets the file system for the given path.JimfsPath.getJimfsFileSystem()
Equivalent toJimfsPath.getFileSystem()
but with a return type ofJimfsFileSystem
.static JimfsFileSystem
JimfsFileSystems.newFileSystem
(JimfsFileSystemProvider provider, URI uri, Configuration config) Initialize and configure a new file system with the given provider and URI, using the given configuration.