Package org.codelibs.fess.helper
Class IntervalControlHelper.IntervalRule
java.lang.Object
org.codelibs.fess.helper.IntervalControlHelper.IntervalRule
- Enclosing class:
- IntervalControlHelper
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected intcompareTime(int h1, int m1, int h2, int m2) longgetDelay()booleanisTarget(int hours, int minutes, int day)
-
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
-
IntervalRule
-
-
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)
-