Library:Apache Jakarta ORO
Version:2.0.8
Compatibility:JDK 1.4
Interfaces in library Apache Jakarta ORO.
NamePackageDescription
Cacheorg.apache.oro.utilAn interface defining the basic functions of a cache.
MatchActionorg.apache.oro.textThe MatchAction interface provides the callback interface for actions bound to patterns in MatchActionProcessor .
MatchResultorg.apache.oro.text.regexThe MatchResult interface allows PatternMatcher implementors to return results storing match information in whatever format they like, while presenting a consistent way of accessing that information.
Patternorg.apache.oro.text.regexThe Pattern interface allows multiple representations of a regular expression to be defined.
PatternCacheorg.apache.oro.textAn interface defining the basic functions of a regular expression cache.
PatternCompilerorg.apache.oro.text.regexThe PatternCompiler interface defines the operations a regular expression compiler must implement.
PatternMatcherorg.apache.oro.text.regexThe PatternMatcher interface defines the operations a regular expression matcher must implement.
Substitutionorg.apache.oro.text.regexThe Substitution interface provides a means for you to control how a substitution is performed when using the Util.substitute method.
Search