Class IntervalControlHelper

java.lang.Object
org.codelibs.fess.helper.IntervalControlHelper

public class IntervalControlHelper extends Object
  • Field Details

  • Constructor Details

    • IntervalControlHelper

      public IntervalControlHelper()
  • Method Details

    • checkCrawlerStatus

      public void checkCrawlerStatus()
    • delayByRules

      public void delayByRules()
    • getDelay

      protected long getDelay()
    • getCurrentCal

      protected Calendar getCurrentCal()
    • addIntervalRule

      public void addIntervalRule(String from, String to, String days, long delay)
    • isCrawlerRunning

      public boolean isCrawlerRunning()
    • setCrawlerRunning

      public void setCrawlerRunning(boolean crawlerRunning)
    • parseTime

      protected static int[] parseTime(String time)
    • setCrawlerWaitMillis

      public void setCrawlerWaitMillis(long crawlerWaitMillis)