Package org.apache.oro.text
SinceNot specified.
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.
Add your comments here.
Interfaces
MatchAction The MatchAction interface provides the callback interface for actions bound to patterns in MatchActionProcessor .
PatternCache An interface defining the basic functions of a regular expression cache.
Classes
GenericPatternCache This is the base class for all cache implementations provided in the org.apache.oro.text package.
GlobCompiler The GlobCompiler class will compile a glob expression into a Perl5Pattern that may be used to match patterns in conjunction with Perl5Matcher.
MatchActionInfo This class is used to provide information regarding a match found by MatchActionProcessor to a MatchAction callback implementation.
MatchActionProcessor 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 This class is a GenericPatternCache subclass implementing a FIFO (First In First Out) cache replacement policy.
PatternCacheFIFO2 This class is a GenericPatternCache subclass implementing a second chance FIFO (First In First Out) cache replacement policy.
PatternCacheLRU This class is a GenericPatternCache subclass implementing an LRU (Least Recently Used) cache replacement policy.
PatternCacheRandom This class is a GenericPatternCache subclass implementing a random cache replacement policy.
Exceptions
MalformedCachePatternException An exception used to indicate errors in a regular expression fetched from a PatternCache.
This package used to be the TextTools library and provides general text processing support, including a glob regular expression class, pattern caching and line-by-line processing classes.