Class AnalysisMonitor

java.lang.Object
org.variantsync.diffdetective.analysis.strategies.AnalysisStrategy
org.variantsync.diffdetective.analysis.strategies.AnalysisMonitor

public class AnalysisMonitor extends AnalysisStrategy
Analysis strategy that monitors the completion level of a task. This is an adapter for TaskCompletionMonitor.
Author:
Paul Bittner
  • Field Details

  • Constructor Details

    • AnalysisMonitor

      public AnalysisMonitor(int seconds)
      Creates a new AnalysisMonitor that prints the current status every seconds seconds.
      Parameters:
      seconds - The amount of seconds to wait between reporting speed statistics.
  • Method Details