| Name | Package | Description |
| AwkCompiler | org.apache.oro.text.awk | The AwkCompiler class is used to create compiled regular expressions
conforming to the Awk regular expression syntax. |
| AwkFilenameFilter | org.apache.oro.io | 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. |
| AwkMatcher | org.apache.oro.text.awk | The AwkMatcher class is used to match regular expressions
(conforming to the Awk regular expression syntax) generated by
AwkCompiler. |
| AwkPattern | org.apache.oro.text.awk | An implementation of the Pattern interface for Awk regular expressions. |
| AwkStreamInput | org.apache.oro.text.awk | The AwkStreamInput class is used to look for pattern matches in an
input stream (actually a java.io.Reader instance) in conjunction with
the AwkMatcher class. |
| CacheFIFO | org.apache.oro.util | This class is a GenericCache subclass implementing a FIFO (First
In First Out) cache replacement policy. |
| CacheFIFO2 | org.apache.oro.util | This class is a GenericCache subclass implementing a second
chance FIFO (First In First Out) cache replacement policy. |
| CacheLRU | org.apache.oro.util | This class is a GenericCache subclass implementing an LRU
(Least Recently Used) cache replacement policy. |
| CacheRandom | org.apache.oro.util | This class is a GenericCache subclass implementing a random
cache replacement policy. |
| GenericCache | org.apache.oro.util | This is the base class for all cache implementations provided in the
org.apache.oro.util package. |
| GenericPatternCache | org.apache.oro.text | This is the base class for all cache implementations provided in the
org.apache.oro.text package. |
| GlobCompiler | org.apache.oro.text | The GlobCompiler class will compile a glob expression into a Perl5Pattern
that may be used to match patterns in conjunction with Perl5Matcher. |
| GlobFilenameFilter | org.apache.oro.io | 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. |
| MatchActionInfo | org.apache.oro.text | This class is used to provide information regarding a match found by
MatchActionProcessor to a MatchAction callback implementation. |
| MatchActionProcessor | org.apache.oro.text | The MatchActionProcessor class provides AWK-like line by line filtering
of a text stream, pattern action pair association, and field splitting
based on a registered separator. |
| PatternCacheFIFO | org.apache.oro.text | This class is a GenericPatternCache subclass implementing a FIFO (First
In First Out) cache replacement policy. |
| PatternCacheFIFO2 | org.apache.oro.text | This class is a GenericPatternCache subclass implementing a second
chance FIFO (First In First Out) cache replacement policy. |
| PatternCacheLRU | org.apache.oro.text | This class is a GenericPatternCache subclass implementing an LRU
(Least Recently Used) cache replacement policy. |
| PatternCacheRandom | org.apache.oro.text | This class is a GenericPatternCache subclass implementing a random
cache replacement policy. |
| PatternMatcherInput | org.apache.oro.text.regex | The PatternMatcherInput class is used to preserve state across
calls to the contains() methods of PatternMatcher instances. |
| Perl5Compiler | org.apache.oro.text.regex | The Perl5Compiler class is used to create compiled regular expressions
conforming to the Perl5 regular expression syntax. |
| Perl5Debug | org.apache.oro.text.regex | The Perl5Debug class is not intended for general use and should not
be instantiated, but is provided because some users may find the output
of its single method to be useful. |
| Perl5FilenameFilter | org.apache.oro.io | 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. |
| Perl5Matcher | org.apache.oro.text.regex | The Perl5Matcher class is used to match regular expressions
(conforming to the Perl5 regular expression syntax) generated by
Perl5Compiler. |
| Perl5Pattern | org.apache.oro.text.regex | An implementation of the Pattern interface for Perl5 regular expressions. |
| Perl5Substitution | org.apache.oro.text.regex | Perl5Substitution implements a Substitution consisting of a
literal string, but allowing Perl5 variable interpolation referencing
saved groups in a match. |
| Perl5Util | org.apache.oro.text.perl | This is a utility class implementing the 3 most common Perl5 operations
involving regular expressions:
- [m]/pattern/[i][m][s][x],
- s/pattern/replacement/[g][i][m][o][s][x],
- and split().
|
| RegexFilenameFilter | org.apache.oro.io | RegexFilenameFilter is the base class for a set of FilenameFilter
implementations that filter based on a regular expression. |
| StringSubstitution | org.apache.oro.text.regex | StringSubstitution implements a Substitution consisting of a simple
literal string. |
| Util | org.apache.oro.text.regex | The Util class is a holder for useful static utility methods that can
be generically applied to Pattern and PatternMatcher instances. |