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