public interface RetrieverService
Modifier and Type | Method and 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
|
void retrieve(java.lang.String uri, java.lang.String baseUri, RetrieverStorage storage) throws java.lang.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 resourcesjava.lang.Exception
Copyright © 2010 - 2020 Adobe. All Rights Reserved