public class PlainReporter
public PlainReporter(@NotNull
java.io.PrintStream out,
boolean verbose,
boolean groupByFile,
boolean shouldColorOutput,
@NotNull
Color outputColor,
boolean pad)
public void onLintError(@NotNull
java.lang.String file,
@NotNull
com.pinterest.ktlint.core.LintError err,
boolean corrected)
public void after(@NotNull
java.lang.String file)
@NotNull public java.io.PrintStream getOut()
public boolean getVerbose()
public boolean getGroupByFile()
public boolean getShouldColorOutput()
@NotNull public Color getOutputColor()
public boolean getPad()