Class FilterPath

java.lang.Object
org.apache.lucene.tests.mockfile.FilterPath
All Implemented Interfaces:
Comparable<Path>, Iterable<Path>, Path, Watchable, Unwrappable<Path>

public class FilterPath extends Object implements Path, Unwrappable<Path>
A FilterPath contains another Path, which it uses as its basic source of data, possibly transforming the data along the way or providing additional functionality.