CompositeMFileFilter |
Composite of MFileFilter
Used by DatasetScan, FMRC, ?
|
FilterNegate |
return the negation of the wrapped filter
|
LastModifiedLimit |
Accept datasets whose last modified date is at least the given amount of time in the past.
|
RegExpMatchOnName |
A regular expression that matches on the MFile name.
|
StreamFilter |
A java.nio.file.DirectoryStream.Filter using a regexp on the last entry of the Path
|
WildcardMatchOnName |
A wildcard expression that matches on the MFile name.
|
WildcardMatchOnPath |
A wildcard expression that matches on the MFile path.
|