org.semanticdesktop.aperture.websites.delicious
Class DeliciousCrawler
java.lang.Object
  
org.semanticdesktop.aperture.crawler.base.CrawlerBase
      
org.semanticdesktop.aperture.websites.AbstractTagCrawler
          
org.semanticdesktop.aperture.websites.delicious.DeliciousCrawler
- All Implemented Interfaces: 
 - Crawler
 
public class DeliciousCrawler
- extends AbstractTagCrawler
 
A del.icio.us crawlers
 
 
 
 
 
| Methods inherited from class org.semanticdesktop.aperture.crawler.base.CrawlerBase | 
clear, clear, crawl, getAccessData, getCrawlerHandler, getCrawlReport, getCrawlReportFile, getDataAccessorRegistry, getDataSource, getRDFContainerFactory, inDomain, isStopRequested, reportAccessingObject, reportDeletedDataObject, reportFatalErrorCause, reportFatalErrorCause, reportFatalErrorCause, reportModifiedDataObject, reportNewDataObject, reportUnmodifiedDataObject, reportUntouched, runSubCrawler, setAccessData, setCrawlerHandler, setCrawlReportFile, setDataAccessorRegistry, setDataSource, stop, storeCrawlReport, touchObject | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
TAGS_API
public static final String TAGS_API
- URL to the tags API
- See Also:
 - Constant Field Values
 
 
POSTS_API
public static final String POSTS_API
- URL to the posts API
- See Also:
 - Constant Field Values
 
 
DeliciousCrawler
public DeliciousCrawler(DataSource dataSource)
- Parameters:
 dataSource - 
crawlTags
protected List<String> crawlTags(String username,
                                 String password)
                          throws Exception
- Description copied from class: 
AbstractTagCrawler 
- Gets a list of the user's tags
- Specified by:
 crawlTags in class AbstractTagCrawler
 
- Returns:
 - a list of tags
 - Throws:
 IOException
SAXException
ParserConfigurationException
Exception
 
 
crawlTheRest
protected void crawlTheRest(String username,
                            String pass)
                     throws SAXException,
                            Exception
- Crawl POSTS from del.icio.us
- Overrides:
 crawlTheRest in class AbstractTagCrawler
 
- Throws:
 Exception
SAXException
 
 
Copyright © 2010 Aperture Development Team. All Rights Reserved.