org.apache.oro.io
Class AwkFilenameFilter
- FileFilter, FilenameFilter
public class AwkFilenameFilter
AwkFilenameFilter is a RegexFilenameFilter subclass that filters on Awk
regular expressions as implemented by the org.apache.oro.text.awk package,
which is required to use this class.
AwkFilenameFilter()- Same as AwkFilenameFilter("");
|
AwkFilenameFilter(String regex)- Same as AwkFilenameFilter(regex, AwkCompiler.DEFAULT_MASK);
|
AwkFilenameFilter(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.awk.AwkCompiler
|
AwkFilenameFilter
public AwkFilenameFilter()
Same as AwkFilenameFilter("");
AwkFilenameFilter
public AwkFilenameFilter(String regex)
Same as AwkFilenameFilter(regex, AwkCompiler.DEFAULT_MASK);
AwkFilenameFilter
public AwkFilenameFilter(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.awk.AwkCompiler
regex - The regular expression on which to filter.options - A set of compilation options.
Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.