Examples of DeliciousTaggingSource


Examples of org.corrib.treemaps.source.DeliciousTaggingSource

    switch(bookmarkingSource){
    case FLICKR :
      bs = new FlickrBookmarksSynchronization(new FlickrTaggingSource(FlickrAPIPropertiesLoader.getInstance().getApiProperties(serviceAddress)),_login,_password,_sscfPerson);
      break;
    case DEL_ICIO_US:
      bs =  new DeliciousBookmarksSynchronization(new DeliciousTaggingSource(),_login,_password,_sscfPerson);
      break;
    default: throw new IllegalArgumentException("NOT YET IMPLEMENTED BOOKMARKING SOURCE");
    }
    return bs;
  }
View Full Code Here

Examples of org.corrib.treemaps.source.DeliciousTaggingSource

  DeliciousTaggingSource delicious;

  protected DiuBookmarksExport(String _user, BookmarkingSource _bookmarkingSource) {
    super(_user, _bookmarkingSource);
    delicious = new DeliciousTaggingSource();
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.