SMILA (incubation) API documentation

org.eclipse.smila.connectivity.framework.compound
Interface CompoundCrawler

All Superinterfaces:
Crawler
All Known Implementing Classes:
AbstractCompoundCrawler, ZipCompoundCrawler

public interface CompoundCrawler
extends Crawler

The Interface CompoundCrawler.


Method Summary
 Record getCompoundRecord()
          Gets the compound record.
 void setCompoundRecord(Record record)
          Sets the compound record to extract data from.
 
Methods inherited from interface org.eclipse.smila.connectivity.framework.Crawler
close, getCrawlerId, getNext, initialize
 

Method Detail

setCompoundRecord

void setCompoundRecord(Record record)
                       throws CrawlerException
Sets the compound record to extract data from.

Parameters:
record - the compound Record
Throws:
CrawlerException - if parameter record is null

getCompoundRecord

Record getCompoundRecord()
Gets the compound record.

Returns:
the compound record.

SMILA (incubation) API documentation