-
- All Implemented Interfaces:
-
com.pinterest.ktlint.core.Reporter
public final class PlainReporter implements Reporter
-
-
Field Summary
Fields Modifier and Type Field Description private final PrintStreamoutprivate final Booleanverboseprivate final BooleangroupByFileprivate final BooleanshouldColorOutputprivate final ColoroutputColorprivate final Booleanpad
-
Constructor Summary
Constructors Constructor Description PlainReporter(PrintStream out, Boolean verbose, Boolean groupByFile, Boolean shouldColorOutput, Color outputColor, Boolean pad)
-
Method Summary
Modifier and Type Method Description final PrintStreamgetOut()final BooleangetVerbose()final BooleangetGroupByFile()final BooleangetShouldColorOutput()final ColorgetOutputColor()final BooleangetPad()UnitonLintError(String file, LintError err, Boolean corrected)Unitafter(String file)-
-
Method Detail
-
getOut
final PrintStream getOut()
-
getVerbose
final Boolean getVerbose()
-
getGroupByFile
final Boolean getGroupByFile()
-
getShouldColorOutput
final Boolean getShouldColorOutput()
-
getOutputColor
final Color getOutputColor()
-
onLintError
Unit onLintError(String file, LintError err, Boolean corrected)
-
-
-
-