|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| PatternCompiler | This is the interface for a compiler that can compile an pattern-expression given as string into a Pattern. |
Provides the API for a pattern compiler.
Pattern from a string you can use
a PatternCompiler instead of
Pattern.compile(String). This allows to exchange the
implementation and e.g. support a different pattern syntax such as the common
glob-patterns while still providing a Java regex-Pattern
(and NOT some non-JDK object such as ORO or whatever).
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||