| Package | Description |
|---|---|
| org.apache.maven.shared.dependency.graph.traversal |
| Modifier and Type | Field and Description |
|---|---|
static SerializingDependencyNodeVisitor.GraphTokens |
SerializingDependencyNodeVisitor.EXTENDED_TOKENS
The extended ASCII tokens to use when outputing the dependency graph.
|
static SerializingDependencyNodeVisitor.GraphTokens |
SerializingDependencyNodeVisitor.STANDARD_TOKENS
The standard ASCII tokens to use when outputing the dependency graph.
|
static SerializingDependencyNodeVisitor.GraphTokens |
SerializingDependencyNodeVisitor.WHITESPACE_TOKENS
Whitespace tokens to use when outputing the dependency graph.
|
| Constructor and Description |
|---|
SerializingDependencyNodeVisitor(Writer writer,
SerializingDependencyNodeVisitor.GraphTokens tokens)
Creates a dependency node visitor that serializes visited nodes to the specified writer using the specified
tokens.
|
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.