| java.lang.Object org.netbeans.insane.model.Support
Support | final public class Support (Code) | | A support class containing HeapModel factories and helper methods
for analysing HeapModels.
author: Nenik |
openSimpleBinaryDump | public static HeapModel openSimpleBinaryDump(File file) throws Exception(Code) | | Opens a binary dump of the heap created by conversion from the XML
dump produced by SimpleXmlVisitor.
Parameters: file - the file with the heap dump. The HeapModel representing the heap dump. throws: Exception - if there is any error during processing the dump. |
parseSimpleXMLDump | public static HeapModel parseSimpleXMLDump(File file) throws Exception(Code) | | Parses a XML dump of the heap created by the SimpleXmlVisitor.
Parameters: file - the file with the heap dump. The HeapModel representing the heap dump. throws: Exception - if there is any error during processing the dump. |
|
|