org.apache.maven.shared.dependency.graph.traversal
Class SerializingDependencyNodeVisitor.GraphTokens
java.lang.Object
  
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.
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
SerializingDependencyNodeVisitor.GraphTokens
public SerializingDependencyNodeVisitor.GraphTokens(String nodeIndent,
                                                    String lastNodeIndent,
                                                    String fillIndent,
                                                    String lastFillIndent)
getNodeIndent
public String getNodeIndent(boolean last)
 
getFillIndent
public String getFillIndent(boolean last)
 
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.