public final class SearchMatchReplacers extends HashSet<com.ibm.rational.common.test.editor.framework.kernel.search.ISearchMatchTextReplacer>
| Modifier and Type | Method and Description |
|---|---|
static SearchMatchReplacers |
getInstance() |
static com.ibm.rational.common.test.editor.framework.kernel.search.ISearchMatchTextReplacer |
getReplacerFor(com.ibm.rational.common.test.editor.framework.kernel.search.FieldMatch fm) |
static String |
replace(String text,
String replText,
com.ibm.rational.common.test.editor.framework.kernel.search.FieldMatch fmatch,
String original) |
static int |
replaceInt(String text,
String replText,
com.ibm.rational.common.test.editor.framework.kernel.search.FieldMatch fmatch,
String original) |
static boolean |
textMatchWithCase(String text,
com.ibm.rational.common.test.editor.framework.kernel.search.FieldMatch fmatch,
String original,
int start,
int len) |
add, clear, clone, contains, isEmpty, iterator, remove, sizeequals, hashCode, removeAlladdAll, containsAll, retainAll, toArray, toArray, toStringpublic static SearchMatchReplacers getInstance()
public static String replace(String text, String replText, com.ibm.rational.common.test.editor.framework.kernel.search.FieldMatch fmatch, String original) throws IllegalStateException
text - replText - fmatch - original - IllegalStateExceptionpublic static boolean textMatchWithCase(String text, com.ibm.rational.common.test.editor.framework.kernel.search.FieldMatch fmatch, String original, int start, int len)
public static com.ibm.rational.common.test.editor.framework.kernel.search.ISearchMatchTextReplacer getReplacerFor(com.ibm.rational.common.test.editor.framework.kernel.search.FieldMatch fm)
fm - public static int replaceInt(String text, String replText, com.ibm.rational.common.test.editor.framework.kernel.search.FieldMatch fmatch, String original) throws IllegalStateException
text - replText - fmatch - IllegalStateException© Copyright IBM Corp. 2016. All rights reserved.