|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bankframe.admin.tools.migrate.ReplaceTextFilter
public class ReplaceTextFilter
Class for replacing occurences of text with other text Creation date: (5/24/00 2:57:14 PM)
Constructor Summary | |
---|---|
ReplaceTextFilter(Hashtable textToReplace)
Constructor |
Method Summary | |
---|---|
Hashtable |
getTextToReplace()
This method gets the hashtable containing the Text to replace |
String |
searchAndReplace(String inputText)
This method searchs the string for all text to be replaced |
void |
setTextToReplace(Hashtable newTextToReplace)
This method sets the text to be replaced |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReplaceTextFilter(Hashtable textToReplace)
textToReplace
- java.util.Hashtable containing the values to be replaced, and their replacement valuesMethod Detail |
---|
public Hashtable getTextToReplace()
public String searchAndReplace(String inputText)
inputText
- The string to be modified
public void setTextToReplace(Hashtable newTextToReplace)
newTextToReplace
- Text to be replaced
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |