com.day.cq.retriever.impl
Class RetrieverServiceImpl

java.lang.Object
  extended by com.day.cq.retriever.impl.RetrieverServiceImpl
All Implemented Interfaces:
RetrieverService

public class RetrieverServiceImpl
extends Object
implements RetrieverService

Implementation of the RetrieverService


Constructor Summary
RetrieverServiceImpl()
           
 
Method Summary
 void retrieve(String uri, String baseUri, RetrieverStorage storage)
          Retrieve the given uri, process and store the results to the supplied storage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RetrieverServiceImpl

public RetrieverServiceImpl()
Method Detail

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 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


Copyright © 2008 Day Management AG. All Rights Reserved.