Interface LineReporter
-
public interface LineReporter
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voidaddLine(int indentLevel, java.lang.String line)default voidaddUnderline(int indentLevel, int length)static java.lang.Stringmultiply(char c, int times)
-