public class DumpableAdapter extends DumpableObject
Dumpable
methodsConstructor 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, toString
protected DumpString copyToStringValues(DumpString s)
copyToStringValues
in class DumpableObject
protected java.lang.String createDumpHeader()
createDumpHeader
in class DumpableObject
public DumpString toDumpString(DumpString s)
Dumpable
toDumpString
in interface Dumpable
toDumpString
in class DumpableObject
public java.lang.String toString()
Dumpable
toString
in interface Dumpable
toString
in class DumpableObject
Copyright © 2014 EsprIT-Systems. All Rights Reserved.