Package com.iizix
Interface IPrintAdapter
- All Known Implementing Classes:
ClientBuilder
public interface IPrintAdapterVery small print output redirector.- Author:
- Christopher Mindus
Field Summary
Fields Modifier and Type Field Description static IPrintAdapterDEFAULTThe default print adapter that outputs to System.out.
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprint(java.lang.String s)Prints without new line.voidprintln()Performs a new line.voidprintln(java.lang.String s)Prints without new line.
Field Detail
DEFAULT
static final IPrintAdapter DEFAULT
The default print adapter that outputs to System.out.