|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.insane.model.Support
public final class Support
A support class containing HeapModel factories and helper methods for analysing HeapModels.
Method Summary | |
---|---|
static void |
convertSimpleDump(java.io.File from,
java.io.File to)
|
static void |
findRoots(HeapModel model,
Item itm,
boolean weak)
|
static HeapModel |
openSimpleBinaryDump(java.io.File file)
Opens a binary dump of the heap created by conversion from the XML dump produced by SimpleXmlVisitor. |
static HeapModel |
parseSimpleXMLDump(java.io.File file)
Parses a XML dump of the heap created by the SimpleXmlVisitor. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static HeapModel parseSimpleXMLDump(java.io.File file) throws java.lang.Exception
file
- the file with the heap dump.
java.lang.Exception
- if there is any error during processing the dump.public static HeapModel openSimpleBinaryDump(java.io.File file) throws java.lang.Exception
file
- the file with the heap dump.
java.lang.Exception
- if there is any error during processing the dump.public static void convertSimpleDump(java.io.File from, java.io.File to) throws java.lang.Exception
java.lang.Exception
public static void findRoots(HeapModel model, Item itm, boolean weak)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |