|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.acmsl.regexpplugin.gnuregexp.PatternGNUAdapter
Adapts GNU Regexp 1.1.4 RE 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 | |
PatternGNUAdapter(gnu.regexp.RE adaptee)
Constructs a PatternGNUAdapter for given object. |
|
| Method Summary | |
static org.acmsl.version.Version |
getClassVersion()
Retrieves the current version of this class. |
org.acmsl.version.Version |
getVersion()
Retrieves the current version of this object. |
protected void |
setAdaptee(gnu.regexp.RE adaptee)
Sets the adaptee. |
| 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 PatternGNUAdapter(gnu.regexp.RE adaptee)
adaptee - the instance to be adapted.| Method Detail |
protected void setAdaptee(gnu.regexp.RE adaptee)
adaptee - the instance to adapt.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 | ||||||||||