|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
PatternMatchingEngine is an interface that abstracts a regular
expression implementation into a PatternCompiler, a
PatternMatcher, and PatternCompilerOptions.
Implementations of PatternMatchingEngine can wrap any regular
expression implementation and make them usable using the
jakarta-oro interfaces.
| Method Summary | |
PatternCompiler |
createCompiler()
Creates a new instance of a PatternCompiler that can compile patterns for a particular regular expression engine. |
PatternMatcher |
createMatcher()
Creates a new instance of a PatternMatcher that can match patterns for a particular regular expression engine. |
PatternCompilerOptions |
getOptions()
Returns a PatternCompilerOptions object that can map
generic PatternCompilerOptions option constants into
constants specific to a particular regular expression engine. |
| Method Detail |
public PatternCompiler createCompiler()
public PatternMatcher createMatcher()
public PatternCompilerOptions getOptions()
PatternCompilerOptions object that can map
generic PatternCompilerOptions option constants into
constants specific to a particular regular expression engine.
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||