|
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.crawler.web.configuration.Configured
org.eclipse.smila.connectivity.framework.crawler.web.fetcher.FetcherOutput
public final class FetcherOutput
A result of Fetcher job.
| Field Summary |
|---|
| Fields inherited from class org.eclipse.smila.connectivity.framework.crawler.web.configuration.Configured |
|---|
_configuration |
| Constructor Summary | |
|---|---|
FetcherOutput()
Empty constructor. |
|
FetcherOutput(Content content,
Parse parse,
Outlink[] sitemapLinks)
Creates new object with the given configuration. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
Content |
getContent()
Returns page information in the Content format. |
Parse |
getParse()
Returns result of raw content parsing. |
Outlink[] |
getSitemapLinks()
Returns the array of links extracted from sitemap.xml file. |
int |
hashCode()
|
void |
setSitemapLinks(Outlink[] links)
Assigns the array of links extracted from sitemap.xml file. |
| Methods inherited from class org.eclipse.smila.connectivity.framework.crawler.web.configuration.Configured |
|---|
getConf, setConf |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FetcherOutput()
public FetcherOutput(Content content,
Parse parse,
Outlink[] sitemapLinks)
content - Content for outputparse - Result of parsing raw page contentsitemapLinks - Outlinks extracted from sitemap.xml file| Method Detail |
|---|
public Content getContent()
public Parse getParse()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic Outlink[] getSitemapLinks()
public void setSitemapLinks(Outlink[] links)
links - Outlink array
|
SMILA 1.0 API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||