Class FilterFileSystem

java.lang.Object
java.nio.file.FileSystem
org.apache.lucene.tests.mockfile.FilterFileSystem
All Implemented Interfaces:
Closeable, AutoCloseable

public class FilterFileSystem extends FileSystem
A FilterFileSystem contains another FileSystem, which it uses as its basic source of data, possibly transforming the data along the way or providing additional functionality.