org.kuali.maven.plugins.graph.dot
Class NodeGenerator

java.lang.Object
  extended by org.kuali.maven.plugins.graph.dot.NodeGenerator

public class NodeGenerator
extends Object


Field Summary
static String DEFAULT_TYPE
           
 
Constructor Summary
NodeGenerator()
           
 
Method Summary
protected  void add(List<String> list, String s, boolean skip)
           
 String getLabel(org.apache.maven.artifact.Artifact a)
           
 String getLabel(org.apache.maven.artifact.Artifact a, Hider hider)
           
protected  String getLabel(List<String> tokens)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_TYPE

public static final String DEFAULT_TYPE
See Also:
Constant Field Values
Constructor Detail

NodeGenerator

public NodeGenerator()
Method Detail

add

protected void add(List<String> list,
                   String s,
                   boolean skip)

getLabel

public String getLabel(org.apache.maven.artifact.Artifact a)

getLabel

public String getLabel(org.apache.maven.artifact.Artifact a,
                       Hider hider)

getLabel

protected String getLabel(List<String> tokens)


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.