- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for IntervalRule (0.07 sec)
-
src/main/java/org/codelibs/fess/helper/IntervalControlHelper.java
ruleList.add(new IntervalRule(from, to, days, delay)); } public boolean isCrawlerRunning() { return crawlerRunning; } public void setCrawlerRunning(final boolean crawlerRunning) { this.crawlerRunning = crawlerRunning; } public static class IntervalRule { protected int fromHours; protected int fromMinutes;
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:11:58 UTC 2024 - 5.8K bytes - Viewed (0)