Package | Description |
---|---|
de.christofreichardt.diagnosis.io |
Contains primarily the definitions of the I/O streams used by the tracers.
|
Modifier and Type | Class and Description |
---|---|
class |
IndentablePrintStream
The base class of all indentable print streams.
|
class |
NullPrintStream
The tracer classes return such a NullPrintStream when the current state and the configuration demands that no output should be written.
|
class |
TracePrintStream
This is the main implementation of an indentable PrintStream.
|
Modifier and Type | Method and Description |
---|---|
Indentable |
TracePrintStream.printfIndentln(String format,
Object... args) |
Indentable |
NullPrintStream.printfIndentln(String format,
Object... args) |
abstract Indentable |
IndentablePrintStream.printfIndentln(String format,
Object... args) |
Indentable |
Indentable.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.
|
Indentable |
Indentable.printIndent(String s)
Prints an indented string.
|
Indentable |
Indentable.printIndentln(String s)
Prints an indented string together with a line feed.
|
Indentable |
Indentable.printIndentString()
Prints only the current indentation.
|
Copyright © 2014 Christof Reichardt. All rights reserved. (Build: 26-May-2014)