|
Remote System Explorer DataStore Release 3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.dstore.core.util.StringCompare
public class StringCompare
Utility class for comparing a wildcard string to another string
Constructor Summary | |
---|---|
StringCompare()
Constructor |
Method Summary | |
---|---|
static boolean |
compare(String pattern,
String compareStr,
boolean noCase)
Compare two strings |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StringCompare()
Method Detail |
---|
public static boolean compare(String pattern, String compareStr, boolean noCase)
pattern
- the pattern to matchcompareStr
- the string to compare against the patternnoCase
- indicates whether the strings should be compared based on case
|
Remote System Explorer DataStore Release 3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |