Class RegExpMatchOnPathFilter

    • Constructor Detail

      • RegExpMatchOnPathFilter

        public RegExpMatchOnPathFilter​(String regExpString)
    • Method Detail

      • accept

        public boolean accept​(CrawlableDataset dataset)
        Description copied from interface: CrawlableDatasetFilter
        Test whether the specified CrawlableDataset should be included in a list of CrawlableDatasets.
        Specified by:
        accept in interface CrawlableDatasetFilter
        Overrides:
        accept in class RegExpMatchOnNameFilter
        Parameters:
        dataset - the CrawlableDataset to test for inclusion.
        Returns:
        true if the given CrawlableDataset should be included, false otherwise.