Class FastURLFilter.Rule

java.lang.Object
org.apache.nutch.urlfilter.fast.FastURLFilter.Rule
Direct Known Subclasses:
FastURLFilter.DenyAllRule, FastURLFilter.DenyPathQueryRule, FastURLFilter.DenyPathRule
Enclosing class:
FastURLFilter

public static class FastURLFilter.Rule extends Object
  • Field Details

    • pattern

      protected Pattern pattern
  • Constructor Details

    • Rule

      public Rule(String regex)
  • Method Details