Class NoopAnalyzer

    • Constructor Detail

      • NoopAnalyzer

        public NoopAnalyzer()
    • Method Detail

      • setup

        public void setup()
        Description copied from interface: Analyzer
        Called before reading the logfile. Returns false on unrecoverable error like unable to open output file.
        Specified by:
        setup in interface Analyzer
      • report

        public void report()
        Description copied from interface: Analyzer
        Called after reading the logfile
        Specified by:
        report in interface Analyzer