|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
RegexpUtil | Interface for regexp utility bean implementations. |
Class Summary | |
ORORegexpUtil | A stateful regexp utility bean, implemented with the ORO library. |
RegexpTransforms | Utility class with methods for changing regexps. |
RegexpUtilFactory | Factory for creating RegexpUtil classes. |
Utility classes for playing with regular expressions. Provides a simplifying abstraction layer between classes that need regexp capabilities (primarily the various matchers), and various Regexp libraries available.
There is a specification and implementation of a stateful bean for doing regexp matches. The interface is RegexpUtil, and the implementation based on Jakarta ORO is ORORegexpUtil. There is a factory, RegexpUtilFactory, for retrieving an instance of RegexpUtil, which currently just returns an ORORegexpUtil.
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |