Interface ExporterCrawler


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

    Modifier and Type
    Method
    Description
    void
    export(ExporterCrawlerParameters parameters, Exporter exporter)
    Crawl Repository and export items found
  • Method Details

    • export

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