Package | Description |
---|---|
org.apache.maven.shared.dependency.graph.traversal |
Modifier and Type | Field | 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 | Description |
---|---|
SerializingDependencyNodeVisitor(java.io.Writer writer,
SerializingDependencyNodeVisitor.GraphTokens tokens) |
Creates a dependency node visitor that serializes visited nodes to the specified writer using the specified
tokens.
|