|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.wimpi.text.std.PatternMatchingResource
A class that implements a processing resource encapsulating a jakarata-oro pattern matcher for regular expressions.
ProcessingResource
Constructor Summary | |
PatternMatchingResource()
|
Method Summary | |
ProcessingResource |
createResource()
Returns a reference to a ProcessingResource . |
org.apache.oro.text.regex.PatternMatcher |
getPatternMatcher()
Returns a reference to the encapsulated PatternMatcher instance. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PatternMatchingResource()
Method Detail |
public org.apache.oro.text.regex.PatternMatcher getPatternMatcher()
PatternMatcher
instance.PatternMatcher
.public ProcessingResource createResource()
ProcessingResource
ProcessingResource
.
This resource can be either newly created or cloned, however
the implementation wishes to handle it.createResource
in interface ProcessingResource
net.wimpi.text.ProcessingResource
ProcessingResource
instance.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |