jimfs Questions

4

Solved

I'd like to use Google's JIMFS for creating a virtual file system for testing purposes. I have trouble getting started, though. I looked at this tutorial: http://www.hascode.com/2015/03/creating-in...
Jiggermast asked 10/4, 2015 at 12:10

2

Solved

How can I set a last modified date of a file using jimfs? I have smth. like this: final FileSystem fileSystem = Jimfs.newFileSystem(Configuration.unix()); Path rootPath = Files.createDirectories(f...
Illume asked 11/2, 2016 at 7:45

1

Solved

I started using google jimfs and I can't understand how I can get file from path. In source code I see that Path.toFile throws UnsupportedOperationException. But how then can I use it without files...
Gregorio asked 2/7, 2015 at 11:25

1

Solved

How can I set the DefaultFileSystemProvider to use, for example, JimfsFileSystemProvider? The javadoc for FileSystems.getDefault() says I need to set a system property, but when I try to do that I ...
Guidry asked 10/9, 2014 at 10:57
1

© 2022 - 2024 — McMap. All rights reserved.