[TOC]

  • Prev
  • Next

Uses of Class

org.apache.nutch.urlfilter.api.RegexRule

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

Copyright © 2014 The Apache Software Foundation