Class ReporterSelectionConfiguration
java.lang.Object
com.github._1c_syntax.bsl.languageserver.cli.ReporterSelectionConfiguration
Отбор активных репортёров по ключам опции
--reporter подкоманды analyze.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfilteredReporters(Collection<DiagnosticReporter> allReporters, AnalyzeCommand command)
-
Constructor Details
-
ReporterSelectionConfiguration
public ReporterSelectionConfiguration()
-
-
Method Details
-
filteredReporters
@Bean @Lazy public List<DiagnosticReporter> filteredReporters(Collection<DiagnosticReporter> allReporters, AnalyzeCommand command)
-