Class IntervalControlHelper.IntervalRule

java.lang.Object
org.codelibs.fess.helper.IntervalControlHelper.IntervalRule
Enclosing class:
IntervalControlHelper

public static class IntervalControlHelper.IntervalRule extends Object
  • Field Details

    • fromHours

      protected int fromHours
    • fromMinutes

      protected int fromMinutes
    • toHours

      protected int toHours
    • toMinutes

      protected int toMinutes
    • delay

      protected long delay
    • days

      protected int[] days
    • reverse

      protected boolean reverse
  • Constructor Details

  • Method Details

    • getDelay

      public long getDelay()
    • isTarget

      public boolean isTarget(int hours, int minutes, int day)
    • compareTime

      protected int compareTime(int h1, int m1, int h2, int m2)