- Sort Score
- Result 10 results
- Languages All
Results 101 - 102 of 102 for setY (0.19 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/RobotsTxt.java
* @param userAgent the user agent string this directive applies to */ public Directive(final String userAgent) { this.userAgent = userAgent; } /** * Sets the crawl delay for this directive. * @param crawlDelay the crawl delay in seconds */ public void setCrawlDelay(final int crawlDelay) { this.crawlDelay = crawlDelay; }Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 10K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/container/StandardCrawlerContainer.java
if (annotation != null) { final Object injected = container.getComponent(fieldDesc.getFieldName()); if (injected != null) { FieldUtil.set(fieldDesc.getField(), component, injected); } } } for (final String methodName : beanDesc.getMethodNames()) {
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 14.3K bytes - Viewed (0)