@ManagedObject(value="Dumpable Object") public interface Dumpable
| Modifier and Type | Method and Description |
|---|---|
String |
dump() |
void |
dump(Appendable out,
String indent) |
@ManagedOperation(value="Dump the nested Object state as a String", impact="INFO") String dump()
void dump(Appendable out, String indent) throws IOException
IOExceptionCopyright © 1995-2015 Webtide. All Rights Reserved.