Class CliConsoleImpl

java.lang.Object
io.github.mmm.cli.io.impl.CliConsoleImpl
All Implemented Interfaces:
CliConsole, Flushable

public class CliConsoleImpl extends Object implements CliConsole
Interface for a console as standard in, out, and err. Allows to read user-input and output messages or errors. It is similar to a logger but specific for the needs of command-line-interfaces.