Interface ExporterCrawler


  • public interface ExporterCrawler
    Responsible for crawling Repository contents and invoking the exporter with the contents found.
    Author:
    David Caruana
    • Method Detail

      • export

        void export​(ExporterCrawlerParameters parameters,
                    Exporter exporter)
        Crawl Repository and export items found
        Parameters:
        parameters - crawler parameters
        exporter - exporter to export via