Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.hq.ui.taglib.display
Class StringUtil

java.lang.Object
  extended by org.hyperic.hq.ui.taglib.display.StringUtil

public class StringUtil
extends java.lang.Object

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

StringUtil

public StringUtil()
Method Detail

toUpperCaseAt

public static java.lang.String toUpperCaseAt(java.lang.String oldString,
                                             int index)
                                      throws java.lang.NullPointerException,
                                             java.lang.StringIndexOutOfBoundsException
Replace character at given index with the same character to upper case

Parameters:
oldString - old string
index - of replacement
Returns:
String new string
Throws:
java.lang.StringIndexOutOfBoundsException -  
java.lang.NullPointerException

Hyperic HQ Plugin API v. 4.4.0.2

Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.