- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for AbstractRule (0.06 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/rule/impl/AbstractRule.java
/** The crawler container. */ @Resource protected transient CrawlerContainer crawlerContainer; /** * Constructs a new AbstractRule. */ public AbstractRule() { // NOP } /** * Registers this rule with the {@link RuleManager}. * * @param index the index at which the rule should be registered */ public void register(final int index) {
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Wed Sep 03 14:42:53 UTC 2025 - 2.8K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/rule/impl/AbstractRuleTest.java
import org.dbflute.utflute.core.PlainTestCase; /** * Test class for AbstractRule. * Tests the abstract rule implementation and its common functionality. */ public class AbstractRuleTest extends PlainTestCase { /** * Concrete implementation of AbstractRule for testing */ public static class TestAbstractRule extends AbstractRule { private static final long serialVersionUID = 1L;
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Wed Sep 03 14:42:53 UTC 2025 - 21.9K bytes - Viewed (0)