| A specialized CrawlScope suitable for the most common crawl needs.
Roughly, as with other existing CrawlScope variants, SurtPrefixScope's logic
is that a URI is included if:
( isSeed(uri) || focusFilter.accepts(uri) ) ||
transitiveFilter.accepts(uri) ) && ! excludeFilter.accepts(uri)
Specifically, SurtPrefixScope uses a SurtFilter to test for focus-inclusion.
author: gojomoDecidingScope |