public static class URIQueryParameters.RegexFilter
extends java.lang.Object
implements java.io.FilenameFilter
?????? |
---|
RegexFilter(java.util.regex.Pattern regex) |
public boolean accept(java.io.File dir, java.lang.String name)
accept
???? java.io.FilenameFilter
dir
- the directory in which the file was found.name
- the name of the file.true
if and only if the name should be
included in the file list; false
otherwise.