Package | Description |
---|---|
com.hp.util |
Generic utility classes.
|
Modifier and Type | Method and Description |
---|---|
static StringUtils.Align |
StringUtils.Align.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StringUtils.Align[] |
StringUtils.Align.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static String |
StringUtils.pad(String what,
int width,
char with,
StringUtils.Align align)
Pads a field to the specified field width.
|
static String |
StringUtils.pad(String what,
int width,
char with,
StringUtils.Align align,
boolean noTruncate)
Pads a field to the specified field width.
|
static String |
StringUtils.pad(String what,
int width,
StringUtils.Align align)
Pads a field to the specified field width.
|
Copyright © 2015. All Rights Reserved.