站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 common API Documentation 英文版文档

PrettyString.Appendable (JBoss/Common API) - JBoss 4.0.1 sp1 common API Documentation 英文版文档


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

public 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.


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.