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 JimfsFileSystemJimfsFileSystemProvider.getFileSystem(Path path) Gets the file system for the given path.JimfsPath.getJimfsFileSystem()Equivalent toJimfsPath.getFileSystem()but with a return type ofJimfsFileSystem.static JimfsFileSystemJimfsFileSystems.newFileSystem(JimfsFileSystemProvider provider, URI uri, Configuration config) Initialize and configure a new file system with the given provider and URI, using the given configuration.