Interface CrawlableDatasetFilter

    • Method Detail

      • accept

        boolean accept​(CrawlableDataset dataset)
        Test whether the specified CrawlableDataset should be included in a list of CrawlableDatasets.
        Parameters:
        dataset - the CrawlableDataset to test for inclusion.
        Returns:
        true if the given CrawlableDataset should be included, false otherwise.
      • getConfigObject

        Object getConfigObject()
        Return the configuration object.
        Returns:
        the configuration Object (may be null).