Interface ResourceImporter

All Known Implementing Classes:
ImportToFilesystem

public interface ResourceImporter
Imports a resource index retrieved from the REST root URI. Each implementation can import to different target systems, e.g. a filesystem.
Author:
Mauro Talevi
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • importResources

      void importResources(String rootURI)