public abstract class AbstractMessageFormat
extends java.lang.Object
| Modifier and Type | Method | Description |
|---|---|---|
static java.lang.String |
wrap(java.lang.String input) |
Wrap the input we're given at the interval suggested by standWrap
|
static java.lang.String |
wrap(java.lang.String input,
int wrapLen) |
Take the input we're given and wrap at the user-defined intervals
|
public static java.lang.String wrap(java.lang.String input)
input - The string to be modified by the line wrap.public static java.lang.String wrap(java.lang.String input,
int wrapLen)
input - The string to be modified by the line wrap.wrapLen - The maximum number of characters per line