public static class FileAndDirectoryInputFormat.MultiPathFilter
extends Object
implements org.apache.hadoop.fs.PathFilter
Proxy PathFilter that accepts a path only if all filters given in the
constructor do. Used by the listPaths() to apply the built-in
hiddenFileFilter together with a user provided one (if any).