Uses of Interface
de.christofreichardt.diagnosis.io.Indentable
Packages that use Indentable
Package
Description
Contains primarily the definitions of the I/O streams used by the tracers.
-
Uses of Indentable in de.christofreichardt.diagnosis.io
Classes in de.christofreichardt.diagnosis.io that implement IndentableModifier and TypeClassDescriptionclassThe base class of all indentable print streams.final classThe tracer classes return such a NullPrintStream when the current state and the configuration demands that no output should be written.classThis is the main implementation of an indentable PrintStream.Methods in de.christofreichardt.diagnosis.io that return IndentableModifier and TypeMethodDescriptionIndentable.printfIndentln(String format, Object... args) A convenience method to print an indented string onto the stream using the specified format string and the given arguments.abstract IndentableIndentablePrintStream.printfIndentln(String format, Object... args) NullPrintStream.printfIndentln(String format, Object... args) TracePrintStream.printfIndentln(String format, Object... args) Indentable.printIndent(String s) Prints an indented string.Indentable.printIndentln(String s) Prints an indented string together with a line feed.Indentable.printIndentString()Prints only the current indentation.