|
||||||||||
| 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.websites.bibsonomy.BibsonomyDataSource
public class BibsonomyDataSource
Data source class file. Created by org.semanticdesktop.aperture.util.DataSourceClassGenerator on Mon Jul 21 14:59:21 CEST 2008 input file: /Users/pikson/DFKI/psew_workspace/aperture/src/java/org/semanticdesktop/aperture/websites/bibsonomy/bibsonomyDataSource.ttl class uri: http://aperture.semanticdesktop.org/ontology/2007/08/11/bibsonomyds#BibsonomyDataSource
| Nested Class Summary | |
|---|---|
static class |
BibsonomyDataSource.CrawlType
Enum of possible values of the crawlType property |
| Constructor Summary | |
|---|---|
BibsonomyDataSource()
|
|
| Method Summary | |
|---|---|
BibsonomyDataSource.CrawlType |
getCrawlType()
Returns the Type of crawl |
org.ontoware.rdf2go.model.node.URI |
getType()
Returns a URI that indicates the DataSource type in a platform- and programming language-independent way. |
String |
getUsername()
Returns the Username used for authentication in a data source |
void |
setCrawlType(BibsonomyDataSource.CrawlType crawlType)
Sets the Type of crawl |
void |
setUsername(String username)
Sets the Username used for authentication in a data source |
| 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 BibsonomyDataSource()
| Method Detail |
|---|
public org.ontoware.rdf2go.model.node.URI getType()
DataSource
DataSource.getType()public String getUsername()
NullPointerException - if no configuration has been set, use
DataSourceBase.setConfiguration(RDFContainer) before calling this methodpublic void setUsername(String username)
username - Username used for authentication in a data source, 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 BibsonomyDataSource.CrawlType getCrawlType()
NullPointerException - if no configuration has been set, use
DataSourceBase.setConfiguration(RDFContainer) before calling this methodpublic void setCrawlType(BibsonomyDataSource.CrawlType crawlType)
crawlType - Type of 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 | |||||||||