Schnittstelle ILinePrinter
public interface ILinePrinter
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifikator und TypMethodeBeschreibungvoidvoidprintErrorLine(String errorLine) voidprintErrorLines(Iterable<String> errorLines) voidprintInfoLine(String infoLine) voidprintInfoLines(Iterable<String> infoLines)
-
Methodendetails
-
printEmptyLine
void printEmptyLine() -
printErrorLine
-
printErrorLines
-
printInfoLine
-
printInfoLines
-