Package | Description |
---|---|
org.modeshape.common.util |
A set of miscellaneous utilities.
|
Modifier and Type | Method and Description |
---|---|
static StringUtil.Justify |
StringUtil.Justify.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StringUtil.Justify[] |
StringUtil.Justify.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 |
StringUtil.justify(StringUtil.Justify justify,
String str,
int width,
char padWithChar)
Justify the contents of the string.
|
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.