public class DumpableAdapter extends DumpableObject
Dumpable methods| Constructor and Description |
|---|
DumpableAdapter(java.lang.Object obj) |
| Modifier and Type | Method and Description |
|---|---|
protected DumpString |
copyToStringValues(DumpString s) |
protected java.lang.String |
createDumpHeader() |
DumpString |
toDumpString(DumpString s)
This method allows subclasses to add values to the existing DumpString of the superclass.
|
java.lang.String |
toString()
Returns a single line String that shows the values of the most important
state variables of this object.
|
configureDumpHeadlineLength, configureDumpMaxElementsPrinted, copyDumpStringValues, toDumpString, toStringprotected DumpString copyToStringValues(DumpString s)
copyToStringValues in class DumpableObjectprotected java.lang.String createDumpHeader()
createDumpHeader in class DumpableObjectpublic DumpString toDumpString(DumpString s)
DumpabletoDumpString in interface DumpabletoDumpString in class DumpableObjectpublic java.lang.String toString()
DumpabletoString in interface DumpabletoString in class DumpableObjectCopyright © 2014 EsprIT-Systems. All Rights Reserved.