| 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,
String regex)
Creates a new
RegexRule. |
protected abstract RegexRule |
RegexURLFilterBase.createRule(boolean sign,
String regex,
String hostOrDomain)
Creates a new
RegexRule. |
| Modifier and Type | Method and Description |
|---|---|
protected RegexRule |
AutomatonURLFilter.createRule(boolean sign,
String regex) |
protected RegexRule |
AutomatonURLFilter.createRule(boolean sign,
String regex,
String hostOrDomain) |
| Modifier and Type | Method and Description |
|---|---|
protected RegexRule |
RegexURLFilter.createRule(boolean sign,
String regex) |
protected RegexRule |
RegexURLFilter.createRule(boolean sign,
String regex,
String hostOrDomain) |
Copyright © 2021 The Apache Software Foundation