Class FetchStatusNotMatchesRegexDecideRule

All Implemented Interfaces:
Serializable, HasKeyedProperties

public class FetchStatusNotMatchesRegexDecideRule extends FetchStatusMatchesRegexDecideRule
See Also:
  • Constructor Details

    • FetchStatusNotMatchesRegexDecideRule

      public FetchStatusNotMatchesRegexDecideRule()
      Usual constructor.
  • Method Details

    • evaluate

      protected boolean evaluate(CrawlURI object)
      Evaluate whether given object's FetchStatus does not match configured regex (by reversing the superclass's answer).
      Overrides:
      evaluate in class MatchesRegexDecideRule
      Parameters:
      object - Object to make decision about.
      Returns:
      true if the regex is not matched