Class powersoft.jcm.util.StringUtility
All Packages Class Hierarchy This Package Previous Next Index
Class powersoft.jcm.util.StringUtility
java.lang.Object
|
+----powersoft.jcm.util.StringUtility
- public class StringUtility
- extends Object
Provides access to string comparison utilities.
-
StringUtility()
-
-
getCompareRoutine(boolean)
- Retrieves a CompareRoutine object which can be used to compare two
strings.
StringUtility
public StringUtility()
getCompareRoutine
public static CompareRoutine getCompareRoutine(boolean caseSensitive)
- Retrieves a CompareRoutine object which can be used to compare two
strings.
- Parameters:
- caseSensitive - If
true
the returned compare routine
will perform a case sensitive comparsion. If false
the
comparison will be case insensitive.
- Returns:
- A CompareRoutine object that can be used to compare
two strings.
- See Also:
- CompareRoutine
All Packages Class Hierarchy This Package Previous Next Index