Class Formatter

java.lang.Object
org.kordamp.jarviz.reporting.Formatter
Direct Known Subclasses:
JsonFormatter, TxtFormatter, XmlFormatter, YamlFormatter

public abstract class Formatter extends Object
Since:
0.2.0
  • Field Details

  • Constructor Details

    • Formatter

      public Formatter()
  • Method Details

    • write

      public String write(Node node)
    • append

      protected abstract void append(Report report, Node node)
    • indentAdjustment

      protected int indentAdjustment()
    • indentationFor

      protected int indentationFor(Node node)
    • indentationFor

      protected int indentationFor(Node node, int offset)
    • formatValue

      protected String formatValue(Node node)
    • formatValue

      protected String formatValue(String value)