Searched refs:reporterConfig (Results 1 – 3 of 3) sorted by relevance
72 ReporterConfig reporterConfig = null; in deserialize() local74 reporterConfig = new ReporterConfig(); in deserialize()77 reporterConfig.setClassName(inputString); in deserialize()79 reporterConfig.setClassName(inputString.substring(0, clsNameEndIndex)); in deserialize()89 reporterConfig.addProperty(property); in deserialize()96 return reporterConfig; in deserialize()
599 for (ReporterConfig reporterConfig : reporterConfigs) { in addReporterConfigs()601 argv.add(reporterConfig.serialize()); in addReporterConfigs()1102 public void addConfiguredReporter(ReporterConfig reporterConfig) { in addConfiguredReporter() argument1103 reporterConfigs.add(reporterConfig); in addConfiguredReporter()
1506 ReporterConfig reporterConfig = ReporterConfig.deserialize(cla.reporter); in configure() local1507 addReporter(reporterConfig); in configure()1666 private void addReporter(ReporterConfig reporterConfig) { in addReporter() argument1667 Object instance = reporterConfig.newReporterInstance(); in addReporter()1671 LOGGER.warn("Could not find reporte class : " + reporterConfig.getClassName()); in addReporter()