java.lang.Object
org.acmsl.regexpplugin.jakartaregexp.HelperRegexpAdapter
- All Implemented Interfaces:
- org.acmsl.regexpplugin.Helper
- public class HelperRegexpAdapter
- extends java.lang.Object
- implements org.acmsl.regexpplugin.Helper
Jakarta Regexp-specific regexp helper adapter.
- Version:
- $Revision: 1.1 $
|
Field Summary |
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 |
VERSION
public static final Version VERSION
- Concrete version object updated everytime it's checked-in in a CVS
repository.
HelperRegexpAdapter
public HelperRegexpAdapter()
replaceAll
public java.lang.String replaceAll(java.lang.String input,
java.lang.String pattern,
java.lang.String replacement)
throws org.acmsl.regexpplugin.MalformedPatternException
- Finds all occurrences of a specified pattern in given input contents,
and replaces them with passed String.
- Specified by:
replaceAll in interface org.acmsl.regexpplugin.Helper
getVersion
public Version getVersion()
- Retrieves the current version of this object.
getClassVersion
public static Version getClassVersion()
- Retrieves the current version of this class.