Package nz.org.riskscape.engine.i18n
Class RenderedProblem.ToStringOptions
java.lang.Object
nz.org.riskscape.engine.i18n.RenderedProblem.ToStringOptions
- Enclosing class:
- RenderedProblem
Used for customizing the output of toString
-
Field Summary
Modifier and TypeFieldDescriptionApplied afterprefixAll
and beforeprefixChildren
indentLevel
times.All problem lines begin with this stringAll children have this applied once after any indentingProblems are separated with this.Applied to the end of the string after all other text is output -
Constructor Summary
-
Method Summary
-
Field Details
-
indent
Applied after
prefixAll
and beforeprefixChildren
indentLevel
times. -
prefixAll
All problem lines begin with this string
-
prefixChildren
All children have this applied once after any indenting
-
separator
Problems are separated with this. Use terminateWith if you want a final separator
-
terminateWith
Applied to the end of the string after all other text is output
-
-
Constructor Details
-
ToStringOptions
public ToStringOptions() -
ToStringOptions
-