Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.acmsl.regexpplugin.jdk14regexp
Class HelperJDKAdapter  view HelperJDKAdapter download HelperJDKAdapter.java

java.lang.Object
  extended byorg.acmsl.regexpplugin.jdk14regexp.HelperJDKAdapter
All Implemented Interfaces:
org.acmsl.regexpplugin.Helper

public class HelperJDKAdapter
extends java.lang.Object
implements org.acmsl.regexpplugin.Helper

Jakarta ORO-specific regexp helper adapter.

Version:
$Revision: 1.2 $

Field Summary
static Version VERSION
          Concrete version object updated everytime it's checked-in in a CVS repository.
 
Constructor Summary
HelperJDKAdapter()
           
 
Method Summary
static Version getClassVersion()
          Retrieves the current version of this class.
 Version getVersion()
          Retrieves the current version of this object.
 java.lang.String replaceAll(java.lang.String input, java.lang.String pattern, java.lang.String replacement)
          Finds all occurrences of a specified pattern in given input contents, and replaces them with passed String.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION

public static final Version VERSION
Concrete version object updated everytime it's checked-in in a CVS repository.

Constructor Detail

HelperJDKAdapter

public HelperJDKAdapter()
Method Detail

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.