|
dbXML API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.dbxml.util.StringUtilities
StringUtilities provides a set of commonly used String processing routines.
| Method Summary | |
static java.lang.String |
leftJustify(java.lang.String value,
int width)
leftJustify left-justifies a String value, space padding to width characters if the string is less than width. |
static java.lang.String |
rightJustify(java.lang.String value,
int width)
rightJustify right-justifies a String value, space padding to width characters if the string is less than width. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static java.lang.String leftJustify(java.lang.String value,
int width)
value - The value to left-justifywidth - The width to left-justify to
public static java.lang.String rightJustify(java.lang.String value,
int width)
value - The value to right-justifywidth - The width to right-justify to
|
dbXML API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||