public class ConsolePrinter extends Object implements OutputPrinter
Prints the description in the system console
| Constructor and Description |
|---|
ConsolePrinter() |
| Modifier and Type | Method and Description |
|---|---|
void |
print(String text)
Prints with an end of line the text passed as parameter
|
public void print(String text)
OutputPrinterprint in interface OutputPrintertext - The text we want to printCopyright © 2017. All rights reserved.