com.sun.enterprise.tools.visualizer.hk2
Class DotGenerator

java.lang.Object
  extended by com.sun.enterprise.tools.visualizer.hk2.DotGenerator

public class DotGenerator
extends Object

reads a wires XML file generated by the dependency-verifier and outputs a dot file (Use GraphViz to create images from the dot file) that helps visualizing the wiring dependencies between packages. The tool also supports viewing the dependencies of only a subset of the packages.

Author:
Sivakumar Thyagarajan

Constructor Summary
DotGenerator(com.sun.enterprise.tools.visualizer.hk2.DotGenerator.GeneratorOptions go)
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DotGenerator

public DotGenerator(com.sun.enterprise.tools.visualizer.hk2.DotGenerator.GeneratorOptions go)
             throws Exception
Throws:
Exception
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception


Copyright © 2013 Oracle Corporation. All Rights Reserved.