|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.hyperic.hq.ui.taglib.display.StringUtil
public class StringUtil
One line description of what this class does. More detailed class description, including examples of usage if applicable.
| Constructor Summary | |
|---|---|
StringUtil()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
toUpperCaseAt(java.lang.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 |
| Constructor Detail |
|---|
public StringUtil()
| Method Detail |
|---|
public static java.lang.String toUpperCaseAt(java.lang.String oldString,
int index)
throws java.lang.NullPointerException,
java.lang.StringIndexOutOfBoundsException
oldString - old stringindex - of replacement
java.lang.StringIndexOutOfBoundsException -
java.lang.NullPointerException
|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||