Class CompositeReporter


  • public class CompositeReporter
    extends Object
    • Constructor Detail

      • CompositeReporter

        public CompositeReporter()
    • Method Detail

      • startAll

        public void startAll()
        Start all reporters.
      • start

        public boolean start​(ReporterType reporterType)
        Start reporter by reporterType.
      • stopAll

        public void stopAll()
        Stop all reporters.
      • stop

        public boolean stop​(ReporterType reporterType)
        Stop reporter by reporterType.
      • addReporter

        public void addReporter​(Reporter reporter)
        Add reporter into reporter list.
      • clearReporter

        public void clearReporter()
        Clear all reporters.