|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Dumpable
Determines that an object can dump itself to an output writer.
This is used for debugging and logging purposes in conjunction with the
Dumper class.
Any i/o exceptions that might occur must be caught by the dump methods.
| Method Summary | |
|---|---|
void |
dump(java.io.Writer writer)
Dumps the object to an output. |
void |
dump(java.io.Writer writer,
int indent)
Dumps the object to an output. |
| Method Detail |
|---|
void dump(java.io.Writer writer)
writer - Writer object to use for output generation
void dump(java.io.Writer writer,
int indent)
writer - Writer object to use for output generationindent - Indentation level (0 = no indentation)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||