|
TPTP 4.5.0 Testing Tools Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IWritable
A writable object is capable of serializing itself to string and writing the string
version to a PrintWriter that is passed to parameters to the methods that are described
below.
The ideal order of the method invocations are:
| Method Summary | |
|---|---|
void |
write(int indent,
java.lang.StringBuffer sb)
Invoked after writeStart |
void |
writeFinish(int indent,
java.lang.StringBuffer sb)
Invoked in the end of the write of a writable object |
void |
writeStart(int indent,
java.lang.StringBuffer sb)
Invoked at start of the write of a writable object |
| Method Detail |
|---|
void writeStart(int indent,
java.lang.StringBuffer sb)
indent - The indentssb - The buffer that the string serialization should be written to
void write(int indent,
java.lang.StringBuffer sb)
indent - The indentssb - The buffer that the string serialization should be written to
void writeFinish(int indent,
java.lang.StringBuffer sb)
indent - The indentssb - The buffer that the string serialization should be written to
|
TPTP 4.5.0 Testing Tools Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||