|
|||||||||
| Home >> All >> org >> acmsl >> regexpplugin >> [ jakartaoro overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.acmsl.regexpplugin.jakartaoro
Class PatternOROAdapter

java.lang.Objectorg.acmsl.regexpplugin.jakartaoro.PatternOROAdapter
- All Implemented Interfaces:
- org.acmsl.regexpplugin.Pattern
- public class PatternOROAdapter
- extends java.lang.Object
- implements org.acmsl.regexpplugin.Pattern
- extends java.lang.Object
Adapts jakarta ORO Pattern objects to follow the generic interface defined in this API.
- Version:
- $Revision: 1.5 $
| Field Summary | |
private org.apache.oro.text.regex.Pattern |
m__Instance
Delegated instance. |
static Version |
VERSION
Concrete version object updated everytime it's checked-in in a CVS repository. |
| Constructor Summary | |
PatternOROAdapter(org.apache.oro.text.regex.Pattern adaptee)
Constructs a PatternOROAdapter for given object. |
|
| Method Summary | |
static Version |
getClassVersion()
Retrieves the current version of this class. |
(package private) org.apache.oro.text.regex.Pattern |
getDelegatedInstance()
Retrieves an instance of a Perl5Pattern class. |
Version |
getVersion()
Retrieves the current version of this object. |
protected void |
setAdaptee(org.apache.oro.text.regex.Pattern adaptee)
Sets the adaptee. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
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.
| Constructor Detail |
PatternOROAdapter
public PatternOROAdapter(org.apache.oro.text.regex.Pattern adaptee)
- Constructs a PatternOROAdapter for given object.
| Method Detail |
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.
|
|||||||||
| Home >> All >> org >> acmsl >> regexpplugin >> [ jakartaoro overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.acmsl.regexpplugin.jakartaoro.PatternOROAdapter