Interface ResourceExporter

All Known Implementing Classes:
ExportFromFilesystem

public interface ResourceExporter
Exports resources to a REST root URI. Each implementation can export from different source systems, e.g. a filesystem.
Author:
Mauro Talevi
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • exportResources

      void exportResources(String rootURI)