Package org.archive.modules.deciderules
Class FetchStatusNotMatchesRegexDecideRule
java.lang.Object
org.archive.modules.deciderules.DecideRule
org.archive.modules.deciderules.PredicatedDecideRule
org.archive.modules.deciderules.MatchesRegexDecideRule
org.archive.modules.deciderules.FetchStatusMatchesRegexDecideRule
org.archive.modules.deciderules.FetchStatusNotMatchesRegexDecideRule
- All Implemented Interfaces:
Serializable
,HasKeyedProperties
- See Also:
-
Field Summary
Fields inherited from class org.archive.modules.deciderules.DecideRule
comment, kp
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.archive.modules.deciderules.FetchStatusMatchesRegexDecideRule
getString
Methods inherited from class org.archive.modules.deciderules.MatchesRegexDecideRule
getRegex, setRegex
Methods inherited from class org.archive.modules.deciderules.PredicatedDecideRule
getDecision, innerDecide, onlyDecision, setDecision
Methods inherited from class org.archive.modules.deciderules.DecideRule
accepts, decisionFor, getComment, getEnabled, getKeyedProperties, setComment, setEnabled
-
Constructor Details
-
FetchStatusNotMatchesRegexDecideRule
public FetchStatusNotMatchesRegexDecideRule()Usual constructor.
-
-
Method Details
-
evaluate
Evaluate whether given object's FetchStatus does not match configured regex (by reversing the superclass's answer).- Overrides:
evaluate
in classMatchesRegexDecideRule
- Parameters:
object
- Object to make decision about.- Returns:
- true if the regex is not matched
-