com.day.cq.retriever.impl
Class RetrieverServiceImpl
java.lang.Object
com.day.cq.retriever.impl.RetrieverServiceImpl
- All Implemented Interfaces:
- RetrieverService
public class RetrieverServiceImpl
- extends Object
- implements RetrieverService
Implementation of the RetrieverService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RetrieverServiceImpl
public RetrieverServiceImpl()
retrieve
public void retrieve(String uri,
String baseUri,
RetrieverStorage storage)
throws Exception
- Description copied from interface:
RetrieverService
- Retrieve the given uri, process and store the results
to the supplied storage
- Specified by:
retrieve in interface RetrieverService
- 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:
Exception
Copyright © 2008 Day Management AG. All Rights Reserved.