java.lang.Object
org.acmsl.regexpplugin.gnuregexp.PatternGNUAdapter
- All Implemented Interfaces:
- org.acmsl.regexpplugin.Pattern
- public class PatternGNUAdapter
- extends java.lang.Object
- implements org.acmsl.regexpplugin.Pattern
Adapts GNU Regexp 1.1.4 RE objects to follow the generic
Pattern interface defined in this API.
- Version:
- $Revision: 1.3 $
|
Field Summary |
private gnu.regexp.RE |
m__Instance
Delegated instance. |
static Version |
VERSION
Concrete version object updated everytime it's checked-in in a CVS
repository. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m__Instance
private gnu.regexp.RE m__Instance
- Delegated instance.
VERSION
public static final Version VERSION
- Concrete version object updated everytime it's checked-in in a CVS
repository.
PatternGNUAdapter
public PatternGNUAdapter(gnu.regexp.RE adaptee)
- Constructs a PatternGNUAdapter for given object.
setAdaptee
protected void setAdaptee(gnu.regexp.RE adaptee)
- Sets the adaptee.
getDelegatedInstance
gnu.regexp.RE getDelegatedInstance()
- Retrieves the adapted instance of the RE class.
Note: This method has package private access rights.
getVersion
public Version getVersion()
- Retrieves the current version of this object.
getClassVersion
public static Version getClassVersion()
- Retrieves the current version of this class.