Class | Description |
---|---|
AntPathMatcher |
NOT USED
PathMatcher implementation for Ant-style path patterns.
|
CompositeMFileFilter |
Composite of MFileFilter, all must be true.
|
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.
|