- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for addIntervalRule (0.06 sec)
-
IntervalControlHelper.java
protected Calendar getCurrentCal() { L64: final Calendar cal = Calendar.getInstance(); L65: cal.setTimeInMillis(ComponentUtil.getSystemHelper().getCurrentTimeAsLong()); L66: return cal; L67: } L68: L69: public void addIntervalRule(final String from, final String to, final String days, final long delay) { L70: ruleList.add(new IntervalRule(from, to, days, delay)); L71: } L72: L73: public boolean isCrawlerRunning() { L74: return crawlerRunning; L75: ...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:11:58 UTC 2024 5.8K bytes