@FunctionalInterface public interface WithReporter
Function to create the fluent LinterBuilder.| Modifier and Type | Method and Description |
|---|---|
AddLintingRule |
withReporter(org.thewonderlemming.c4plantuml.commons.Reporter reporter)
Takes a
Reporter and returns a method chain that ends with the build of a Linter instance. |
AddLintingRule withReporter(org.thewonderlemming.c4plantuml.commons.Reporter reporter)
Reporter and returns a method chain that ends with the build of a Linter instance.reporter - the instance Reporter.Copyright © 2020. All rights reserved.