Package org.alfresco.repo.exporter
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 TypeMethodDescriptionvoidexport(ExporterCrawlerParameters parameters, Exporter exporter) Crawl Repository and export items found
-
Method Details
-
export
Crawl Repository and export items found- Parameters:
parameters- crawler parametersexporter- exporter to export via
-