@Immutable public abstract class AbstractDotFileFormat extends Object implements DotFileFormat
DotFileFormat implementations.| Modifier and Type | Field and Description |
|---|---|
static String |
CLOSE_BRACE |
static String |
DOUBLE_QUOTE |
| Constructor and Description |
|---|
AbstractDotFileFormat(net.kemitix.node.Node<PackageData> base,
net.kemitix.dependency.digraph.maven.plugin.NodePathGenerator nodePathGenerator)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
render(Digraph digraph)
Render the digraph element as a string.
|
String |
render(NodeProperties nodeProperties)
Render the node properties as a string.
|
String |
render(PropertyElement propertyElement)
Render the property element as a string.
|
String |
renderReport()
Generates the report.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrender, render, renderpublic static final String CLOSE_BRACE
public static final String DOUBLE_QUOTE
public AbstractDotFileFormat(net.kemitix.node.Node<PackageData> base, net.kemitix.dependency.digraph.maven.plugin.NodePathGenerator nodePathGenerator)
base - The root nodenodePathGenerator - The Node Path Generatorpublic final String renderReport()
DotFileFormatrenderReport in interface DotFileFormatpublic final String render(Digraph digraph)
DotFileFormatrender in interface DotFileFormatdigraph - the digraph to renderpublic final String render(NodeProperties nodeProperties)
DotFileFormatrender in interface DotFileFormatnodeProperties - the node properties to renderpublic final String render(PropertyElement propertyElement)
DotFileFormatrender in interface DotFileFormatpropertyElement - the property element to renderCopyright © 2016–2017. All rights reserved.