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