org.apache.maven.shared.dependency.graph.traversal
Class SerializingDependencyNodeVisitor.GraphTokens

java.lang.Object
  extended by org.apache.maven.shared.dependency.graph.traversal.SerializingDependencyNodeVisitor.GraphTokens
Enclosing class:
SerializingDependencyNodeVisitor

public static class SerializingDependencyNodeVisitor.GraphTokens
extends Object

Provides tokens to use when serializing the dependency graph.


Constructor Summary
SerializingDependencyNodeVisitor.GraphTokens(String nodeIndent, String lastNodeIndent, String fillIndent, String lastFillIndent)
           
 
Method Summary
 String getFillIndent(boolean last)
           
 String getNodeIndent(boolean last)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerializingDependencyNodeVisitor.GraphTokens

public SerializingDependencyNodeVisitor.GraphTokens(String nodeIndent,
                                                    String lastNodeIndent,
                                                    String fillIndent,
                                                    String lastFillIndent)
Method Detail

getNodeIndent

public String getNodeIndent(boolean last)

getFillIndent

public String getFillIndent(boolean last)


Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.