|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pf.joi.xml.ObjectPrinter
Prints the internal state of an object as XML stream to given writers.
Constructor Summary | |
ObjectPrinter()
Initialize the new instance with default values. |
Method Summary | |
void |
printBasicObject(java.lang.String name,
java.lang.Object object,
java.io.Writer writer)
Prints the given object as XML stream to the specified writer whereas it will use the basic inspector rather than the "clever" inspector. |
void |
printObject(java.lang.Object object,
java.io.Writer writer)
Prints the given object as XML stream to the specified writer. |
void |
printObject(java.lang.String name,
java.lang.Object object)
Prints the given object as XML stream to stdout. |
void |
printObject(java.lang.String name,
java.lang.Object object,
java.io.Writer writer)
Prints the given object as XML stream to the specified writer. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ObjectPrinter()
Method Detail |
public void printObject(java.lang.String name, java.lang.Object object)
name
- An arbitrary name for the inspected objectobject
- The object to be printedpublic void printObject(java.lang.Object object, java.io.Writer writer)
object
- The object to be printedwriter
- The destination of the XML outputpublic void printObject(java.lang.String name, java.lang.Object object, java.io.Writer writer)
name
- An arbitrary name for the inspected objectobject
- The object to be printedwriter
- The destination of the XML outputpublic void printBasicObject(java.lang.String name, java.lang.Object object, java.io.Writer writer)
name
- An arbitrary name for the inspected objectobject
- The object to be printedwriter
- The destination of the XML output
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |