Uses of Interface
de.christofreichardt.diagnosis.io.Indentable
-
Packages that use Indentable Package Description de.christofreichardt.diagnosis.io 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 Indentable Modifier and Type Class Description classIndentablePrintStreamThe base class of all indentable print streams.classNullPrintStreamThe tracer classes return such a NullPrintStream when the current state and the configuration demands that no output should be written.classTracePrintStreamThis is the main implementation of an indentable PrintStream.Methods in de.christofreichardt.diagnosis.io that return Indentable Modifier and Type Method Description IndentableIndentable. 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.IndentableIndentable. printIndent(String s)Prints an indented string.IndentableIndentable. printIndentln(String s)Prints an indented string together with a line feed.IndentableIndentable. printIndentString()Prints only the current indentation.
-