public interface ConsoleWriter
Modifier and Type | Method and Description |
---|---|
TextTable |
createTextTable()
Creates the instance of TextTable
|
void |
printAllHelp()
Prints all registered command help
|
void |
printErrors(String commandName,
String... errors)
Prints the provided errors.
|
void |
printHelp(String commandName)
Print the provided command help
|
void |
printLine(String line)
Prints a line
|
void |
printLineBreak()
Prints a Line break;
|
void |
printLineSeparator()
Prints a line separator
|
void printLine(String line)
line,
- line to be printed to the consolevoid printAllHelp()
void printHelp(String commandName)
commandName,
- the command name to be printedTextTable createTextTable()
void printErrors(String commandName, String... errors)
commandName
- commandName for which help is printed after help.
Can be nullerrors
- the errors to be printedvoid printLineSeparator()
void printLineBreak()
Copyright © 2015. All rights reserved.