JBoss Common Classes 2.2.17.GA

org.jboss.util
Interface PrettyString.Appendable

Enclosing interface:
PrettyString

public static interface PrettyString.Appendable

Interface for appending the objects pretty string onto a buffer.


Method Summary
 StringBuffer appendPrettyString(StringBuffer buff, String prefix)
          Appends a pretty representation of the object to the given buffer.
 

Method Detail

appendPrettyString

StringBuffer appendPrettyString(StringBuffer buff,
                                String prefix)
Appends a pretty representation of the object to the given buffer.

Parameters:
buff - The buffer to use while making pretty.
prefix - The string which all lines of the output must be prefixed with.
Returns:
The buffer.

JBoss Common Classes 2.2.17.GA

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.