Class RenderedProblem.ToStringOptions

java.lang.Object
nz.org.riskscape.engine.i18n.RenderedProblem.ToStringOptions
Enclosing class:
RenderedProblem

public static class RenderedProblem.ToStringOptions extends Object

Used for customizing the output of toString

  • Field Details

    • indent

      public String indent

      Applied after prefixAll and before prefixChildren indentLevel times.

    • prefixAll

      public String prefixAll

      All problem lines begin with this string

    • prefixChildren

      public String prefixChildren

      All children have this applied once after any indenting

    • separator

      public String separator

      Problems are separated with this. Use terminateWith if you want a final separator

    • terminateWith

      public String terminateWith

      Applied to the end of the string after all other text is output

  • Constructor Details