| java.lang.Object org.netbeans.insane.scanner.SimpleXmlVisitor
SimpleXmlVisitor | final public class SimpleXmlVisitor implements Visitor(Code) | | A visitor that stores the heap graph to a XML file in a simple format,
which was used by the original Insane implementation.
Usage pattern:
SimpleXmlVisitor visitor = new SimpleXmlVisitor(new File("/tmp/insane.xml"));
ScannerUtils.scan(null, visitor, rotset, true);
visitor.close();
author: Nenik |
SimpleXmlVisitor | public SimpleXmlVisitor(File to) throws IOException(Code) | | Creates a new instance of SimpleXmlVisitor
|
|
|