org.alfresco.repo.exporter
Interface ExporterCrawler


public interface ExporterCrawler

Responsible for crawling Repository contents and invoking the exporter with the contents found.


Method Summary
 void export(ExporterCrawlerParameters parameters, Exporter exporter)
          Crawl Repository and export items found
 

Method Detail

export

void export(ExporterCrawlerParameters parameters,
            Exporter exporter)
Crawl Repository and export items found

Parameters:
parameters - crawler parameters
exporter - exporter to export via


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.