|
||||||||||
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.flickr.FlickrDataSource
public class FlickrDataSource
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\flickr\flickrDataSource.ttl class uri: http://aperture.semanticdesktop.org/ontology/2007/08/11/flickrds#FlickrDataSource
Nested Class Summary | |
---|---|
static class |
FlickrDataSource.CrawlType
Enum of possible values of the crawlType property |
Constructor Summary | |
---|---|
FlickrDataSource()
|
Method Summary | |
---|---|
String |
getAccountToCrawl()
Returns the The Flickr account that should be crawled |
String |
getApikey()
Returns the The Flickr API key |
FlickrDataSource.CrawlType |
getCrawlType()
Returns the Type of crawl |
String |
getSharedSecret()
Returns the The shared secret associated with your Flicckr API key |
String |
getTargetFolder()
Returns the Path to the folder where local copies of your photos will be stored |
URI |
getType()
Returns a URI that indicates the DataSource type in a platform- and programming language-independent way. |
void |
setAccountToCrawl(String accountToCrawl)
Sets the The Flickr account that should be crawled |
void |
setApikey(String apikey)
Sets the The Flickr API key |
void |
setCrawlType(FlickrDataSource.CrawlType crawlType)
Sets the Type of crawl |
void |
setSharedSecret(String sharedSecret)
Sets the The shared secret associated with your Flicckr API key |
void |
setTargetFolder(String targetFolder)
Sets the Path to the folder where local copies of your photos will be stored |
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 FlickrDataSource()
Method Detail |
---|
public URI getType()
DataSource
DataSource.getType()
public String getAccountToCrawl()
NullPointerException
- if no configuration has been set, use
DataSourceBase.setConfiguration(RDFContainer)
before calling this methodpublic void setAccountToCrawl(String accountToCrawl)
accountToCrawl
- The Flickr account that should 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 Flickr 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 getSharedSecret()
NullPointerException
- if no configuration has been set, use
DataSourceBase.setConfiguration(RDFContainer)
before calling this methodpublic void setSharedSecret(String sharedSecret)
sharedSecret
- The shared secret associated with your Flicckr 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 getTargetFolder()
NullPointerException
- if no configuration has been set, use
DataSourceBase.setConfiguration(RDFContainer)
before calling this methodpublic void setTargetFolder(String targetFolder)
targetFolder
- Path to the folder where local copies of your photos will be stored, 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 FlickrDataSource.CrawlType getCrawlType()
NullPointerException
- if no configuration has been set, use
DataSourceBase.setConfiguration(RDFContainer)
before calling this methodpublic void setCrawlType(FlickrDataSource.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 |