org.archive.crawler.deciderules
Class FetchStatusMatchesRegExpDecideRule

java.lang.Object
  extended by javax.management.Attribute
      extended by org.archive.crawler.settings.Type
          extended by org.archive.crawler.settings.ComplexType
              extended by org.archive.crawler.settings.ModuleType
                  extended by org.archive.crawler.deciderules.DecideRule
                      extended by org.archive.crawler.deciderules.ConfiguredDecideRule
                          extended by org.archive.crawler.deciderules.PredicatedDecideRule
                              extended by org.archive.crawler.deciderules.FetchStatusMatchesRegExpDecideRule
All Implemented Interfaces:
java.io.Serializable, javax.management.DynamicMBean
Direct Known Subclasses:
FetchStatusNotMatchesRegExpDecideRule

public class FetchStatusMatchesRegExpDecideRule
extends PredicatedDecideRule

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.archive.crawler.settings.ComplexType
ComplexType.MBeanAttributeInfoIterator
 
Field Summary
static java.lang.String ATTR_REGEXP
           
 
Fields inherited from class org.archive.crawler.deciderules.ConfiguredDecideRule
ALLOWED_TYPES, ATTR_DECISION
 
Fields inherited from class org.archive.crawler.deciderules.DecideRule
ACCEPT, PASS, REJECT
 
Fields inherited from class org.archive.crawler.settings.ComplexType
definition, definitionMap
 
Constructor Summary
FetchStatusMatchesRegExpDecideRule(java.lang.String name)
          Usual constructor.
 
Method Summary
protected  boolean evaluate(java.lang.Object object)
           
protected  java.lang.String getRegexp(java.lang.Object o)
          Get the regular expression string to match the URI against.
 
Methods inherited from class org.archive.crawler.deciderules.PredicatedDecideRule
decisionFor
 
Methods inherited from class org.archive.crawler.deciderules.ConfiguredDecideRule
singlePossibleNonPassDecision
 
Methods inherited from class org.archive.crawler.deciderules.DecideRule
getController, kickUpdate
 
Methods inherited from class org.archive.crawler.settings.ModuleType
addElement, listUsedFiles
 
Methods inherited from class org.archive.crawler.settings.ComplexType
addElementToDefinition, checkValue, earlyInitialize, getAbsoluteName, getAttribute, getAttribute, getAttribute, getAttributeInfo, getAttributeInfo, getAttributeInfoIterator, getAttributes, getDataContainerRecursive, getDataContainerRecursive, getDefaultValue, getDescription, getElementFromDefinition, getLegalValues, getLocalAttribute, getMBeanInfo, getMBeanInfo, getParent, getPreservedFields, getSettingsHandler, getUncheckedAttribute, getValue, globalSettings, invoke, isInitialized, isOverridden, iterator, removeElementFromDefinition, setAsOrder, setAttribute, setAttribute, setAttributes, setDescription, setPreservedFields, toString, unsetAttribute
 
Methods inherited from class org.archive.crawler.settings.Type
addConstraint, equals, getConstraints, getLegalValueType, isExpertSetting, isOverrideable, isTransient, setExpertSetting, setLegalValueType, setOverrideable, setTransient
 
Methods inherited from class javax.management.Attribute
getName, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ATTR_REGEXP

public static final java.lang.String ATTR_REGEXP
See Also:
Constant Field Values
Constructor Detail

FetchStatusMatchesRegExpDecideRule

public FetchStatusMatchesRegExpDecideRule(java.lang.String name)
Usual constructor.

Parameters:
name - Name of this DecideRule.
Method Detail

evaluate

protected boolean evaluate(java.lang.Object object)
Specified by:
evaluate in class PredicatedDecideRule

getRegexp

protected java.lang.String getRegexp(java.lang.Object o)
Get the regular expression string to match the URI against.

Parameters:
o - the object for which the regular expression should be matched against.
Returns:
the regular expression to match against.


Copyright © 2003-2011 Internet Archive. All Rights Reserved.