|
|||||||||
| Home >> All >> org >> apache >> oro >> [ io overview ] | PREV NEXT | ||||||||
A
- AwkFilenameFilter - class org.apache.oro.io.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(String, int) - Constructor for class org.apache.oro.io.AwkFilenameFilter
- 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(String) - Constructor for class org.apache.oro.io.AwkFilenameFilter
- Same as AwkFilenameFilter(regex, AwkCompiler.DEFAULT_MASK);
- AwkFilenameFilter() - Constructor for class org.apache.oro.io.AwkFilenameFilter
- Same as AwkFilenameFilter("");
- accept(File, String) - Method in class org.apache.oro.io.RegexFilenameFilter
- Filters a filename.
- accept(File) - Method in class org.apache.oro.io.RegexFilenameFilter
- Filters a filename.
G
- GlobFilenameFilter - class org.apache.oro.io.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(String, int) - Constructor for class org.apache.oro.io.GlobFilenameFilter
- Construct a filter initialized with the indicated regular expression
and accompanying compilation options conforming to those used by
org.apache.oro.text.GlobCompiler - GlobFilenameFilter(String) - Constructor for class org.apache.oro.io.GlobFilenameFilter
- Same as GlobFilenameFilter(regex, GlobCompiler.DEFAULT_MASK);
- GlobFilenameFilter() - Constructor for class org.apache.oro.io.GlobFilenameFilter
- Same as GlobFilenameFilter("");
O
- org.apache.oro.io - package org.apache.oro.io
P
- Perl5FilenameFilter - class org.apache.oro.io.Perl5FilenameFilter.
- Perl5FilenameFilter is a RegexFilenameFilter subclass that filters on Perl5 regular expressions as implemented by the org.apache.oro.text.regex package, which is required to use this class.
- Perl5FilenameFilter(String, int) - Constructor for class org.apache.oro.io.Perl5FilenameFilter
- Construct a filter initialized with the indicated regular expression
and accompanying compilation options conforming to those used by
org.apache.oro.text.regex.Perl5Compiler - Perl5FilenameFilter(String) - Constructor for class org.apache.oro.io.Perl5FilenameFilter
- Same as Perl5FilenameFilter(regex, Perl5Compiler.DEFAULT_MASK);
- Perl5FilenameFilter() - Constructor for class org.apache.oro.io.Perl5FilenameFilter
- Same as Perl5FilenameFilter("");
R
- RegexFilenameFilter - class org.apache.oro.io.RegexFilenameFilter.
- RegexFilenameFilter is the base class for a set of FilenameFilter implementations that filter based on a regular expression.
- RegexFilenameFilter(PatternCache, PatternMatcher, String) - Constructor for class org.apache.oro.io.RegexFilenameFilter
- RegexFilenameFilter(PatternCache, PatternMatcher, String, int) - Constructor for class org.apache.oro.io.RegexFilenameFilter
- RegexFilenameFilter(PatternCache, PatternMatcher) - Constructor for class org.apache.oro.io.RegexFilenameFilter
S
- setFilterExpression(String) - Method in class org.apache.oro.io.RegexFilenameFilter
- Set the regular expression on which to filter.
- setFilterExpression(String, int) - Method in class org.apache.oro.io.RegexFilenameFilter
- Set the regular expression on which to filter along with any special options to use when compiling the expression.
_
- __CACHE - Static variable in class org.apache.oro.io.AwkFilenameFilter
- __CACHE - Static variable in class org.apache.oro.io.GlobFilenameFilter
- __CACHE - Static variable in class org.apache.oro.io.Perl5FilenameFilter
- __MATCHER - Static variable in class org.apache.oro.io.AwkFilenameFilter
- __MATCHER - Static variable in class org.apache.oro.io.GlobFilenameFilter
- __MATCHER - Static variable in class org.apache.oro.io.Perl5FilenameFilter
- _cache - Variable in class org.apache.oro.io.RegexFilenameFilter
- _matcher - Variable in class org.apache.oro.io.RegexFilenameFilter
- _pattern - Variable in class org.apache.oro.io.RegexFilenameFilter
A G O P R S _
|
|||||||||
| Home >> All >> org >> apache >> oro >> [ io overview ] | PREV NEXT | ||||||||