- Prev
- Next
Uses of Class
org.apache.nutch.urlfilter.api.RegexRule
Packages that use RegexRule Package Description org.apache.nutch.urlfilter.api
GenericURL filterlibrary, 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.
Uses of RegexRule in org.apache.nutch.urlfilter.api
Methods in org.apache.nutch.urlfilter.api that return RegexRule Modifier and Type Method and Description protected abstract RegexRule RegexURLFilterBase.createRule(boolean sign,
String regex)
Creates a new RegexRule.
Uses of RegexRule in org.apache.nutch.urlfilter.automaton
Methods in org.apache.nutch.urlfilter.automaton that return RegexRule Modifier and Type Method and Description protected RegexRule AutomatonURLFilter.createRule(boolean sign,
String regex)
Uses of RegexRule in org.apache.nutch.urlfilter.regex
Methods in org.apache.nutch.urlfilter.regex that return RegexRule Modifier and Type Method and Description protected RegexRule RegexURLFilter.createRule(boolean sign,
String regex)
- Prev
- Next
