| Package | Description |
|---|---|
| org.apache.nutch.urlfilter.api | |
| org.apache.nutch.urlfilter.automaton |
A url filter plugin based on
dk.brics.automaton Finite-State
Automata for JavaTM.
|
| org.apache.nutch.urlfilter.regex |
A url filter plugin.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract RegexRule |
RegexURLFilterBase.createRule(boolean sign,
String regex)
Creates a new
RegexRule. |
| Modifier and Type | Method and Description |
|---|---|
protected RegexRule |
AutomatonURLFilter.createRule(boolean sign,
String regex) |
| Modifier and Type | Method and Description |
|---|---|
protected RegexRule |
RegexURLFilter.createRule(boolean sign,
String regex) |
Copyright © 2014 The Apache Software Foundation