|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.semanticdesktop.aperture.datasource.base.DataSourceBase
org.semanticdesktop.aperture.datasource.config.DomainBoundableDataSource
org.semanticdesktop.aperture.datasource.web.WebDataSource
public class WebDataSource
Data source class file. Created by org.semanticdesktop.aperture.datasource.mojo.DataSourceClassGenerator on Thu Jul 01 14:28:16 CEST 2010 input file: D:\intella\aperture-trunk\target\checkout\core\src\main\resources\org\semanticdesktop\aperture\datasource\web\webDataSource.ttl class uri: http://aperture.semanticdesktop.org/ontology/2007/08/12/webds#WebDataSource
| Constructor Summary | |
|---|---|
WebDataSource()
|
|
| Method Summary | |
|---|---|
Boolean |
getIncludeEmbeddedResources()
Returns the Should the embedded resources (images, sounds, flash animations etc.) be included in the crawl results |
Integer |
getMaximumDepth()
Returns the How many levels of link references should the crawler cover. |
Long |
getMaximumSize()
Returns the Maximum size (in bytes) of resources reported by the crawler |
String |
getRootUrl()
Returns the URL of the webpage were the crawling should begin |
URI |
getType()
Returns a URI that indicates the DataSource type in a platform- and programming language-independent way. |
void |
setIncludeEmbeddedResources(Boolean includeEmbeddedResources)
Sets the Should the embedded resources (images, sounds, flash animations etc.) be included in the crawl results |
void |
setMaximumDepth(Integer maximumDepth)
Sets the How many levels of link references should the crawler cover. |
void |
setMaximumSize(Long maximumSize)
Sets the Maximum size (in bytes) of resources reported by the crawler |
void |
setRootUrl(String rootUrl)
Sets the URL of the webpage were the crawling should begin |
| Methods inherited from class org.semanticdesktop.aperture.datasource.config.DomainBoundableDataSource |
|---|
getDomainBoundaries, setDomainBoundaries |
| Methods inherited from class org.semanticdesktop.aperture.datasource.base.DataSourceBase |
|---|
dispose, getComment, getConfiguration, getID, getName, getTimeout, setComment, setConfiguration, setName, setTimeout |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WebDataSource()
| Method Detail |
|---|
public URI getType()
DataSource
DataSource.getType()public String getRootUrl()
NullPointerException - if no configuration has been set, use
DataSourceBase.setConfiguration(RDFContainer) before calling this methodpublic void setRootUrl(String rootUrl)
rootUrl - URL of the webpage were the crawling should begin, can be null in which case any previous setting will be removed
NullPointerException - if no configuration has been set, use
DataSourceBase.setConfiguration(RDFContainer) before calling this methodpublic Boolean getIncludeEmbeddedResources()
NullPointerException - if no configuration has been set, use
DataSourceBase.setConfiguration(RDFContainer) before calling this methodpublic void setIncludeEmbeddedResources(Boolean includeEmbeddedResources)
includeEmbeddedResources - Should the embedded resources (images, sounds, flash animations etc.) be included in the crawl results, can be null in which case any previous setting will be removed
NullPointerException - if no configuration has been set, use
DataSourceBase.setConfiguration(RDFContainer) before calling this methodpublic Integer getMaximumDepth()
NullPointerException - if no configuration has been set, use
DataSourceBase.setConfiguration(RDFContainer) before calling this methodpublic void setMaximumDepth(Integer maximumDepth)
maximumDepth - How many levels of link references should the crawler cover., can be null in which case any previous setting will be removed
NullPointerException - if no configuration has been set, use
DataSourceBase.setConfiguration(RDFContainer) before calling this methodpublic Long getMaximumSize()
NullPointerException - if no configuration has been set, use
DataSourceBase.setConfiguration(RDFContainer) before calling this methodpublic void setMaximumSize(Long maximumSize)
maximumSize - Maximum size (in bytes) of resources reported by the crawler, can be null in which case any previous setting will be removed
NullPointerException - if no configuration has been set, use
DataSourceBase.setConfiguration(RDFContainer) before calling this method
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||