org.rhq.enterprise.gui.legacy.taglib.display
Class StringUtil
java.lang.Object
org.rhq.enterprise.gui.legacy.taglib.display.StringUtil
public class StringUtil
- extends Object
One line description of what this class does. More detailed class description, including examples of usage if
applicable.
|
Method Summary |
static String |
toUpperCaseAt(String oldString,
int index)
Replace character at given index with the same character to upper case |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringUtil
public StringUtil()
toUpperCaseAt
public static String toUpperCaseAt(String oldString,
int index)
throws NullPointerException,
StringIndexOutOfBoundsException
- Replace character at given index with the same character to upper case
- Parameters:
oldString - old stringindex - of replacement
- Returns:
- String new string
- Throws:
StringIndexOutOfBoundsException -
NullPointerException
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.