org.fusesource.mvnplugins.graph
Class DependencyVisualizer

java.lang.Object
  extended by org.fusesource.mvnplugins.graph.DependencyVisualizer

public class DependencyVisualizer
extends Object

Author:
Hiram Chirino

Constructor Summary
DependencyVisualizer()
           
 
Method Summary
 void add(org.apache.maven.shared.dependency.tree.DependencyNode dn)
           
 void export(File target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DependencyVisualizer

public DependencyVisualizer()
Method Detail

add

public void add(org.apache.maven.shared.dependency.tree.DependencyNode dn)

export

public void export(File target)
            throws org.apache.maven.plugin.MojoExecutionException
Throws:
org.apache.maven.plugin.MojoExecutionException


Copyright © 2009-2011 FuseSource. All Rights Reserved.