public final class StringMessageUtils extends Object
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_MESSAGE_WIDTH |
static int |
MAX_ELEMENTS |
Modifier and Type | Method and Description |
---|---|
static String |
getBoilerPlate(List<String> messages,
char c,
int maxlength) |
static String |
getBoilerPlate(String message) |
static String |
getBoilerPlate(String message,
char c,
int maxlength) |
static byte[] |
getBytes(String string) |
static String |
getFormattedMessage(String msg,
Object[] arguments) |
static String |
getString(byte[] bytes,
String encoding) |
static String |
headersToString(MuleMessage m) |
static String |
toString(Object o) |
static String |
truncate(String message,
int length,
boolean includeCount) |
public static final int MAX_ELEMENTS
public static final int DEFAULT_MESSAGE_WIDTH
public static byte[] getBytes(String string)
public static String headersToString(MuleMessage m)
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.