public interface RetrieverService
Modifier and Type | Method and Description |
---|---|
void |
retrieve(String uri,
String baseUri,
RetrieverStorage storage)
Retrieve the given uri, process and store the results
to the supplied storage
|
void retrieve(String uri, String baseUri, RetrieverStorage storage) throws Exception
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 resourcesException
"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"