Package com.day.cq.retriever
Interface RetrieverService
-
public interface RetrieverService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
retrieve(java.lang.String uri, java.lang.String baseUri, RetrieverStorage storage)
Retrieve the given uri, process and store the results to the supplied storage
-
-
-
Method Detail
-
retrieve
void retrieve(java.lang.String uri, java.lang.String baseUri, RetrieverStorage storage) throws java.lang.Exception
Retrieve the given uri, process and store the results to the supplied storage- Parameters:
uri
- where to retrieve content frombaseUri
- if not null and not empty, used instead of the base uri derived from uristorage
- used to store content and downloaded resources- Throws:
java.lang.Exception
-
-