Library:Apache Jakarta ORO
Version:2.0.8
Compatibility:JDK 1.4
Classes in library Apache Jakarta ORO.
NamePackageDescription
AwkCompilerorg.apache.oro.text.awkThe AwkCompiler class is used to create compiled regular expressions conforming to the Awk regular expression syntax.
AwkFilenameFilterorg.apache.oro.ioAwkFilenameFilter 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.
AwkMatcherorg.apache.oro.text.awkThe AwkMatcher class is used to match regular expressions (conforming to the Awk regular expression syntax) generated by AwkCompiler.
AwkPatternorg.apache.oro.text.awkAn implementation of the Pattern interface for Awk regular expressions.
AwkStreamInputorg.apache.oro.text.awkThe 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.
CacheFIFOorg.apache.oro.utilThis class is a GenericCache subclass implementing a FIFO (First In First Out) cache replacement policy.
CacheFIFO2org.apache.oro.utilThis class is a GenericCache subclass implementing a second chance FIFO (First In First Out) cache replacement policy.
CacheLRUorg.apache.oro.utilThis class is a GenericCache subclass implementing an LRU (Least Recently Used) cache replacement policy.
CacheRandomorg.apache.oro.utilThis class is a GenericCache subclass implementing a random cache replacement policy.
GenericCacheorg.apache.oro.utilThis is the base class for all cache implementations provided in the org.apache.oro.util package.
GenericPatternCacheorg.apache.oro.textThis is the base class for all cache implementations provided in the org.apache.oro.text package.
GlobCompilerorg.apache.oro.textThe GlobCompiler class will compile a glob expression into a Perl5Pattern that may be used to match patterns in conjunction with Perl5Matcher.
GlobFilenameFilterorg.apache.oro.ioGlobFilenameFilter 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.
MatchActionInfoorg.apache.oro.textThis class is used to provide information regarding a match found by MatchActionProcessor to a MatchAction callback implementation.
MatchActionProcessororg.apache.oro.textThe 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.
PatternCacheFIFOorg.apache.oro.textThis class is a GenericPatternCache subclass implementing a FIFO (First In First Out) cache replacement policy.
PatternCacheFIFO2org.apache.oro.textThis class is a GenericPatternCache subclass implementing a second chance FIFO (First In First Out) cache replacement policy.
PatternCacheLRUorg.apache.oro.textThis class is a GenericPatternCache subclass implementing an LRU (Least Recently Used) cache replacement policy.
PatternCacheRandomorg.apache.oro.textThis class is a GenericPatternCache subclass implementing a random cache replacement policy.
PatternMatcherInputorg.apache.oro.text.regexThe PatternMatcherInput class is used to preserve state across calls to the contains() methods of PatternMatcher instances.
Perl5Compilerorg.apache.oro.text.regexThe Perl5Compiler class is used to create compiled regular expressions conforming to the Perl5 regular expression syntax.
Perl5Debugorg.apache.oro.text.regexThe 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.
Perl5FilenameFilterorg.apache.oro.ioPerl5FilenameFilter 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.
Perl5Matcherorg.apache.oro.text.regexThe Perl5Matcher class is used to match regular expressions (conforming to the Perl5 regular expression syntax) generated by Perl5Compiler.
Perl5Patternorg.apache.oro.text.regexAn implementation of the Pattern interface for Perl5 regular expressions.
Perl5Substitutionorg.apache.oro.text.regexPerl5Substitution implements a Substitution consisting of a literal string, but allowing Perl5 variable interpolation referencing saved groups in a match.
Perl5Utilorg.apache.oro.text.perlThis 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().
RegexFilenameFilterorg.apache.oro.ioRegexFilenameFilter is the base class for a set of FilenameFilter implementations that filter based on a regular expression.
StringSubstitutionorg.apache.oro.text.regexStringSubstitution implements a Substitution consisting of a simple literal string.
Utilorg.apache.oro.text.regexThe Util class is a holder for useful static utility methods that can be generically applied to Pattern and PatternMatcher instances.
Search