|
SMILA (incubation) 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
public abstract class AbstractCrawler
Abstract base class for Crawler implementations.
| Constructor Summary | |
|---|---|
AbstractCrawler()
Default Constructor. |
|
| Method Summary | |
|---|---|
protected void |
activate(ComponentContext context)
Activate the component. |
java.lang.String |
getCrawlerId()
Returns the Crawler Id, which is the OSGi DecarativeService Component Name. |
| 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, getNext, initialize |
| Methods inherited from interface org.eclipse.smila.connectivity.framework.CrawlerCallback |
|---|
dispose, getAttachment, getAttachmentNames, getMetadata |
| Constructor Detail |
|---|
public AbstractCrawler()
| Method Detail |
|---|
public java.lang.String getCrawlerId()
throws CrawlerException
getCrawlerId in interface CrawlerCrawlerException - if any error occursprotected void activate(ComponentContext context)
context - the ComponentContext
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||