|
||||||||||
| 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.mbox.MboxDataSource
public class MboxDataSource
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\mbox\mboxDataSource.ttl class uri: http://aperture.semanticdesktop.org/ontology/2008/02/03/mboxds#MboxDataSource
| Constructor Summary | |
|---|---|
MboxDataSource()
|
|
| Method Summary | |
|---|---|
Integer |
getMaximumDepth()
Returns the Maximum depth of the crawl |
Long |
getMaximumSize()
Returns the Maximum size (in bytes) of the attachments that are to be reported by the crawler |
String |
getMboxPath()
Returns the The path to the mbox file |
URI |
getType()
Returns a URI that indicates the DataSource type in a platform- and programming language-independent way. |
void |
setMaximumDepth(Integer maximumDepth)
Sets the Maximum depth of the crawl |
void |
setMaximumSize(Long maximumSize)
Sets the Maximum size (in bytes) of the attachments that are to be reported by the crawler |
void |
setMboxPath(String mboxPath)
Sets the The path to the mbox file |
| 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 MboxDataSource()
| Method Detail |
|---|
public URI getType()
DataSource
DataSource.getType()public String getMboxPath()
NullPointerException - if no configuration has been set, use
DataSourceBase.setConfiguration(RDFContainer) before calling this methodpublic void setMboxPath(String mboxPath)
mboxPath - The path to the mbox file, 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 the attachments that are to be 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 methodpublic Integer getMaximumDepth()
NullPointerException - if no configuration has been set, use
DataSourceBase.setConfiguration(RDFContainer) before calling this methodpublic void setMaximumDepth(Integer maximumDepth)
maximumDepth - Maximum depth of the crawl, 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 | |||||||||