Class AsyncRecomputer

java.lang.Object
com.e1c.langtool.internal.stat.AsyncRecomputer

public class AsyncRecomputer extends Object
Helper class to manage queue of the changed resources and start asynchronous computation of the statistics by them.
  • Constructor Details

  • Method Details

    • scheduleComputeFullStat

      public void scheduleComputeFullStat()
      Schedule compute full statistic.
    • scheduleCompute

      public void scheduleCompute()
    • startRemoveStatistic

      public void startRemoveStatistic(org.eclipse.core.resources.IProject project)
    • cleanQueue

      public void cleanQueue(org.eclipse.core.resources.IProject project)
    • addToQueue

      public void addToQueue(org.eclipse.core.resources.IProject project, org.eclipse.core.runtime.IPath path)
    • removeFromQueue

      public void removeFromQueue(org.eclipse.core.resources.IProject project, org.eclipse.core.runtime.IPath path)