Package | Description |
---|---|
org.apache.nutch.urlfilter.api |
Generic
URL filter library,
abstracting away from regular expression implementations. |
org.apache.nutch.urlfilter.automaton |
URL filter plugin based on
dk.brics.automaton Finite-State
Automata for JavaTM.
|
org.apache.nutch.urlfilter.regex |
URL filter plugin to include and/or exclude URLs matching Java regular expressions.
|
Modifier and Type | Method and Description |
---|---|
protected abstract RegexRule |
RegexURLFilterBase.createRule(boolean sign,
java.lang.String regex)
Creates a new
RegexRule . |
Modifier and Type | Method and Description |
---|---|
protected RegexRule |
AutomatonURLFilter.createRule(boolean sign,
java.lang.String regex) |
Modifier and Type | Method and Description |
---|---|
protected RegexRule |
RegexURLFilter.createRule(boolean sign,
java.lang.String regex) |
Copyright © 2019 The Apache Software Foundation