Searched defs:createVisitor (Results 1 – 5 of 5) sorted by relevance
156 abstract IReportVisitor createVisitor() throws IOException; in createVisitor() method in ReportTask.FormatterElement230 public IReportVisitor createVisitor() throws IOException { in createVisitor() method in ReportTask.HTMLFormatterElement278 public IReportVisitor createVisitor() throws IOException { in createVisitor() method in ReportTask.CSVFormatterElement331 public IReportVisitor createVisitor() throws IOException { in createVisitor() method in ReportTask.XMLFormatterElement388 public IReportVisitor createVisitor() throws IOException { in createVisitor() method in ReportTask.CheckFormatterElement527 private IReportVisitor createVisitor() throws IOException { in createVisitor() method in ReportTask
73 public IReportVisitor createVisitor(final IViolationsOutput output) { in createVisitor() method in RulesChecker
75 public IReportVisitor createVisitor(final OutputStream output) in createVisitor() method in CSVFormatter
60 public IReportVisitor createVisitor(final OutputStream output) in createVisitor() method in XMLFormatter
187 public IReportVisitor createVisitor(final IMultiReportOutput output) in createVisitor() method in HTMLFormatter