|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.acmsl.regexpplugin.jakartaregexp.PatternRegexpAdapter
Adapts Jakarta Regexp REProgram objects to follow the generic Pattern interface defined in this API.
| Field Summary | |
static org.acmsl.version.Version |
VERSION
Concrete version object updated everytime it's checked-in in a CVS repository. |
| Constructor Summary | |
PatternRegexpAdapter(org.apache.regexp.REProgram adaptee,
org.apache.regexp.RE re)
Constructs a PatternRegexpAdapter for given object. |
|
| Method Summary | |
static org.acmsl.version.Version |
getClassVersion()
Retrieves the current version of this class. |
protected org.apache.regexp.REProgram |
getDelegatedInstance()
Retrieves an instance of a REProgram class. |
org.acmsl.version.Version |
getVersion()
Retrieves the current version of this object. |
protected void |
setAdaptee(org.apache.regexp.REProgram adaptee)
Sets the instance to adapt. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final org.acmsl.version.Version VERSION
| Constructor Detail |
public PatternRegexpAdapter(org.apache.regexp.REProgram adaptee,
org.apache.regexp.RE re)
adaptee - the instance to be adapted.| Method Detail |
protected void setAdaptee(org.apache.regexp.REProgram adaptee)
adaptee - the REProgram to be adapted.protected org.apache.regexp.REProgram getDelegatedInstance()
public org.acmsl.version.Version getVersion()
getVersion in interface org.acmsl.version.Versionablepublic static org.acmsl.version.Version getClassVersion()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||