|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.btrace.BTraceUtils.Export
public static class BTraceUtils.Export
Constructor Summary | |
---|---|
BTraceUtils.Export()
|
Method Summary | |
---|---|
static void |
serialize(java.io.Serializable obj,
java.lang.String fileName)
Serialize a given object into the given file. |
static java.lang.String |
toXML(java.lang.Object obj)
Creates an XML document to persist the tree of the all transitively reachable objects from given "root" object. |
static void |
writeDOT(java.lang.Object obj,
java.lang.String fileName)
Writes a .dot document to persist the tree of the all the transitively reachable objects from the given "root" object. |
static void |
writeXML(java.lang.Object obj,
java.lang.String fileName)
Writes an XML document to persist the tree of the all the transitively reachable objects from the given "root" object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BTraceUtils.Export()
Method Detail |
---|
public static void serialize(java.io.Serializable obj, java.lang.String fileName)
obj
- object that has to be serialized.fileName
- name of the file to which the object is serialized.public static java.lang.String toXML(java.lang.Object obj)
public static void writeXML(java.lang.Object obj, java.lang.String fileName)
public static void writeDOT(java.lang.Object obj, java.lang.String fileName)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |