Class PrerequisiteAcceptDecideRule

java.lang.Object
org.archive.modules.deciderules.DecideRule
org.archive.modules.deciderules.PrerequisiteAcceptDecideRule
All Implemented Interfaces:
Serializable, org.archive.spring.HasKeyedProperties

public class PrerequisiteAcceptDecideRule
extends DecideRule
Rule which ACCEPTs all 'prerequisite' URIs (those with a 'P' in the last hopsPath position). Good in a late position to ensure other scope settings don't lock out necessary prerequisites.
Author:
gojomo
See Also:
Serialized Form
  • Constructor Details

    • PrerequisiteAcceptDecideRule

      public PrerequisiteAcceptDecideRule()
  • Method Details