|
SMILA 1.0 API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.smila.connectivity.framework.AbstractCrawler
org.eclipse.smila.connectivity.framework.compound.AbstractCompoundCrawler
public abstract class AbstractCompoundCrawler
The abstract class AbstractCompoundCrawler.
| Constructor Summary | |
|---|---|
AbstractCompoundCrawler()
|
|
| Method Summary | |
|---|---|
Record |
getCompoundRecord()
Gets the compound record. |
void |
setCompoundRecord(Record record)
Sets the compound record to extract data from. |
| Methods inherited from class org.eclipse.smila.connectivity.framework.AbstractCrawler |
|---|
activate, getCrawlerId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.eclipse.smila.connectivity.framework.Crawler |
|---|
close, getCounterHelper, getCrawlerId, getNext, initialize |
| Methods inherited from interface org.eclipse.smila.connectivity.framework.CrawlerCallback |
|---|
dispose, getAttachment, getAttachmentNames, getMetadata |
| Constructor Detail |
|---|
public AbstractCompoundCrawler()
| Method Detail |
|---|
public final void setCompoundRecord(Record record)
throws CrawlerException
setCompoundRecord in interface CompoundCrawlerrecord - the compound Record
CrawlerException - if parameter record is nullpublic final Record getCompoundRecord()
getCompoundRecord in interface CompoundCrawler
|
SMILA 1.0 API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||