Package org.jboss.util
Interface PrettyString
-
public interface PrettyStringA simple interface for objects that can return pretty (ie. prefixed) string representations of themselves.- Version:
- $Revision$
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfacePrettyString.AppendableInterface for appending the objects pretty string onto a buffer.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringtoPrettyString(java.lang.String prefix)Returns a pretty representation of the object.
-