Uses of Record Class
de.samply.reporter.context.CsvConfig
Packages that use CsvConfig
-
Uses of CsvConfig in de.samply.reporter.context
Methods in de.samply.reporter.context that return CsvConfigConstructors in de.samply.reporter.context with parameters of type CsvConfigModifierConstructorDescriptionContext(Path resultsDirectory, ReportTemplate reportTemplate, Path[] sourcePaths, CsvConfig csvConfig) -
Uses of CsvConfig in de.samply.reporter.script
Methods in de.samply.reporter.script that return CsvConfigModifier and TypeMethodDescriptionScriptResult.csvConfig()Returns the value of thecsvConfigrecord component.Methods in de.samply.reporter.script with parameters of type CsvConfigModifier and TypeMethodDescriptionprotected voidScriptEngineImpl.removeUnnecessaryEmptyLines(ScriptResult result, CsvConfig csvConfig) Constructors in de.samply.reporter.script with parameters of type CsvConfigModifierConstructorDescriptionCsvRecordIterator(Path sourcePath, CsvConfig csvConfig) ScriptResult(Path rawResult, CsvConfig csvConfig) Creates an instance of aScriptResultrecord class.