Interface RetrieverService


public interface RetrieverService
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    retrieve(String uri, String baseUri, RetrieverStorage storage)
    Retrieve the given uri, process and store the results to the supplied storage
  • Method Details

    • retrieve

      void retrieve(String uri, String baseUri, RetrieverStorage storage) throws Exception
      Retrieve the given uri, process and store the results to the supplied storage
      Parameters:
      uri - where to retrieve content from
      baseUri - if not null and not empty, used instead of the base uri derived from uri
      storage - used to store content and downloaded resources
      Throws:
      Exception