public static interface PrettyString.Appendable
| Modifier and Type | Method and Description |
|---|---|
StringBuffer |
appendPrettyString(StringBuffer buff,
String prefix)
Appends a pretty representation of the object to the given buffer.
|
StringBuffer appendPrettyString(StringBuffer buff, String prefix)
buff - The buffer to use while making pretty.prefix - The string which all lines of the output must be prefixed with.Copyright © 2015 JBoss by Red Hat. All rights reserved.