|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractMatcher | |
uk.org.ogsadai.activity.files | Activities for writing and reading files. |
uk.org.ogsadai.activity.files.regexp | Helper classes for file writing activities. |
Uses of AbstractMatcher in uk.org.ogsadai.activity.files |
Methods in uk.org.ogsadai.activity.files with parameters of type AbstractMatcher | |
private java.lang.String |
FileWritingActivity.performSubstitutions(java.lang.String string, AbstractMatcher matcher) Return a string equal to the provided string, but with group variables substituted with their actual value, in the context of a particular regular expression match. |
Uses of AbstractMatcher in uk.org.ogsadai.activity.files.regexp |
Subclasses of AbstractMatcher in uk.org.ogsadai.activity.files.regexp | |
class |
JavaMatcher This class implements a matcher class designed around the Java 1.4 regular expression support. |
class |
OroMatcher This class implements a matcher class designed around the Jakarta ORO regular expression support. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |