| 程序包 | 说明 |
|---|---|
| org.apache.oro.io |
This package provides FilenameFilters that filter based on a regular
expression and other I/O-related classes that derive their
functionality from regular expressions.
|
| org.apache.oro.text |
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.
|
| org.apache.oro.text.perl |
This package used to be the PerlTools library and adds Perl5
regular expression syntactic sugar built on top of the
org.apache.oro.text.regex Perl5 regular expression classes. |
| 类和说明 |
|---|
| MalformedCachePatternException
An exception used to indicate errors in a regular expression fetched
from a PatternCache.
|
| 类和说明 |
|---|
| GenericPatternCache
This is the base class for all cache implementations provided in the
org.apache.oro.text package.
|
| MalformedCachePatternException
An exception used to indicate errors in a regular expression fetched
from a PatternCache.
|
| MatchAction
The MatchAction interface provides the callback interface for actions
bound to patterns in
MatchActionProcessor. |
| MatchActionInfo
This class is used to provide information regarding a match found by
MatchActionProcessor to a MatchAction callback implementation.
|
| PatternCache
An interface defining the basic functions of a regular expression
cache.
|
| 类和说明 |
|---|
| MalformedCachePatternException
An exception used to indicate errors in a regular expression fetched
from a PatternCache.
|
| PatternCache
An interface defining the basic functions of a regular expression
cache.
|
Copyright © 2024. All rights reserved.