Class ReporterScopedSettings


  • public class ReporterScopedSettings
    extends Object
    Encapsulates all settings that are defined per reporter.
    • Constructor Detail

      • ReporterScopedSettings

        public ReporterScopedSettings​(int reporterIndex,
                                      char delimiter,
                                      MetricFilter filter,
                                      Set<String> excludedVariables,
                                      Map<String,​String> additionalVariables)
    • Method Detail

      • getReporterIndex

        public int getReporterIndex()
      • getDelimiter

        public char getDelimiter()
      • getExcludedVariables

        public Set<String> getExcludedVariables()
      • getAdditionalVariables

        public Map<String,​String> getAdditionalVariables()