java.lang.Object
org.acmsl.regexpplugin.jakartaoro.PatternOROAdapter
- All Implemented Interfaces:
- org.acmsl.regexpplugin.Pattern
- public class PatternOROAdapter
- extends java.lang.Object
- implements org.acmsl.regexpplugin.Pattern
Adapts jakarta ORO Pattern objects to follow the generic interface defined
in this API.
- Version:
- $Revision: 1.5 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m__Instance
private org.apache.oro.text.regex.Pattern m__Instance
- Delegated instance.
VERSION
public static final Version VERSION
- Concrete version object updated everytime it's checked-in in a CVS
repository.
PatternOROAdapter
public PatternOROAdapter(org.apache.oro.text.regex.Pattern adaptee)
- Constructs a PatternOROAdapter for given object.
setAdaptee
protected void setAdaptee(org.apache.oro.text.regex.Pattern adaptee)
- Sets the adaptee.
getDelegatedInstance
org.apache.oro.text.regex.Pattern getDelegatedInstance()
- Retrieves an instance of a Perl5Pattern class.
Note: Other classes in this package can access this method.
getVersion
public Version getVersion()
- Retrieves the current version of this object.
getClassVersion
public static Version getClassVersion()
- Retrieves the current version of this class.