Class FetchStatusNotMatchesRegexDecideRule

All Implemented Interfaces:
Serializable, org.archive.spring.HasKeyedProperties

public class FetchStatusNotMatchesRegexDecideRule
extends FetchStatusMatchesRegexDecideRule
See Also:
Serialized Form
  • 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