org.apache.oro.io
Class GlobFilenameFilter
- FileFilter, FilenameFilter
public class GlobFilenameFilter
GlobFilenameFilter is a RegexFilenameFilter subclass that filters on Glob
regular expressions as implemented by the org.apache.oro.text package,
which is required to use this class.
GlobFilenameFilter() - Same as GlobFilenameFilter("");
|
GlobFilenameFilter(String regex) - Same as GlobFilenameFilter(regex, GlobCompiler.DEFAULT_MASK);
|
GlobFilenameFilter(String regex, int options) - Construct a filter initialized with the indicated regular expression
and accompanying compilation options conforming to those used by
org.apache.oro.text.GlobCompiler
|
GlobFilenameFilter
public GlobFilenameFilter()
Same as GlobFilenameFilter("");
GlobFilenameFilter
public GlobFilenameFilter(String regex)
Same as GlobFilenameFilter(regex, GlobCompiler.DEFAULT_MASK);
GlobFilenameFilter
public GlobFilenameFilter(String regex,
int options)
Construct a filter initialized with the indicated regular expression
and accompanying compilation options conforming to those used by
org.apache.oro.text.GlobCompiler
regex
- The regular expression on which to filter.options
- A set of compilation options.
Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.