|
||||||||||
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.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\websites\bibsonomy\bibsonomyDataSource.ttl class uri: http://aperture.semanticdesktop.org/ontology/2008/11/14/bibsonomyds#BibsonomyDataSource
Constructor Summary | |
---|---|
BibsonomyDataSource()
|
Method Summary | |
---|---|
String |
getApikey()
Returns the The API key |
String |
getApiusername()
Returns the The username associated with the API key. |
String |
getCrawledusername()
Returns the The name of the account that is to be crawled |
URI |
getType()
Returns a URI that indicates the DataSource type in a platform- and programming language-independent way. |
void |
setApikey(String apikey)
Sets the The API key |
void |
setApiusername(String apiusername)
Sets the The username associated with the API key. |
void |
setCrawledusername(String crawledusername)
Sets the The name of the account that is to be crawled |
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 URI getType()
DataSource
DataSource.getType()
public String getApiusername()
NullPointerException
- if no configuration has been set, use
DataSourceBase.setConfiguration(RDFContainer)
before calling this methodpublic void setApiusername(String apiusername)
apiusername
- The username associated with the API key. Necessary for programmatic access to bibsonomy. It can be different from the name of the account that is to be crawled., 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 String getApikey()
NullPointerException
- if no configuration has been set, use
DataSourceBase.setConfiguration(RDFContainer)
before calling this methodpublic void setApikey(String apikey)
apikey
- The API key, 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 String getCrawledusername()
NullPointerException
- if no configuration has been set, use
DataSourceBase.setConfiguration(RDFContainer)
before calling this methodpublic void setCrawledusername(String crawledusername)
crawledusername
- The name of the account that is to be crawled, 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 |