A B C D E F G I L M O P R S T U

A

addBookmark(Bookmark) - Method in class org.codehaus.mojo.delicious.BookmarkGroup
Adds the given bookmark.
addBookmark(Bookmark, Boolean) - Method in class org.codehaus.mojo.delicious.DeliciousService
Adds the given bookmark to the delicious service.
addBookmarks(Reader, Boolean) - Method in class org.codehaus.mojo.delicious.DeliciousService
Adds the links found at the given reader to the delicious service.
addBookmarks(BookmarkGroup, Boolean) - Method in class org.codehaus.mojo.delicious.DeliciousService
Adds the given group of bookmarks.
addBookmarks(List, Boolean) - Method in class org.codehaus.mojo.delicious.DeliciousService
Adds the given list of bookmars to the delicious service.
addBookmarks(String, Boolean) - Method in class org.codehaus.mojo.delicious.DeliciousService
Adds the links found at the given path, that can be a local file or net URL.
addLinks(String) - Method in class org.codehaus.mojo.delicious.BookmarkGroup
Adds any links found in the given page to this group as bookmarks.
addLinks(File) - Method in class org.codehaus.mojo.delicious.BookmarkGroup
Adds any links found in the given page to this group as bookmarks.
addLinks(Reader) - Method in class org.codehaus.mojo.delicious.BookmarkGroup
Adds any links found in the given page to this group as bookmarks.
addPost(String, String, String, String, Boolean) - Method in class org.codehaus.mojo.delicious.DeliciousService
Adds the post with the given information.
addTag(String) - Method in class org.codehaus.mojo.delicious.Bookmark
Adds the tag if it doesn't already exist.
addTag(String) - Method in class org.codehaus.mojo.delicious.BookmarkGroup
Adds the given tag to all those bookmarks that don't already include it.

B

Bookmark - Class in org.codehaus.mojo.delicious
 
Bookmark() - Constructor for class org.codehaus.mojo.delicious.Bookmark
 
Bookmark(String, String, String) - Constructor for class org.codehaus.mojo.delicious.Bookmark
 
Bookmark(String, String, String, String) - Constructor for class org.codehaus.mojo.delicious.Bookmark
 
BookmarkGroup - Class in org.codehaus.mojo.delicious
 
BookmarkGroup() - Constructor for class org.codehaus.mojo.delicious.BookmarkGroup
 
BookmarkParser - Class in org.codehaus.mojo.delicious
Responsible for converting a page of links into a list of Bookmark objects.
BookmarkParser() - Constructor for class org.codehaus.mojo.delicious.BookmarkParser
 

C

containsTag(String) - Method in class org.codehaus.mojo.delicious.Bookmark
Returns true if the tag is found anywhere in the list of tags, may be surrounded by white space or at start/end of tag list.

D

deletePost(String) - Method in class org.codehaus.mojo.delicious.DeliciousService
Deletes the post at the given url.
DeliciousConnection - Interface in org.codehaus.mojo.delicious
Handles the underlying communication with the delicious REST api.
DeliciousListener - Interface in org.codehaus.mojo.delicious
 
DeliciousService - Class in org.codehaus.mojo.delicious
A high level service access class for Delicious bookmarks.
DeliciousService(DeliciousConnection) - Constructor for class org.codehaus.mojo.delicious.DeliciousService
Plugin an alternative connection - probably for testing.
DeliciousService() - Constructor for class org.codehaus.mojo.delicious.DeliciousService
Creates a service that can connect to the REST api.
doService(String, String, HashMap) - Method in class org.codehaus.mojo.delicious.DeliciousService
Invokes the delicous service defined by the supplied url and query.

E

equals(Object) - Method in class org.codehaus.mojo.delicious.Bookmark
 
execute() - Method in class org.codehaus.mojo.delicious.ExportMojo
Exports the configured bookmarks to the delicious account.
execute() - Method in class org.codehaus.mojo.delicious.IndexMojo
Exports the configured bookmarks to the delicious account.
executeMethod(HttpClient, GetMethod) - Method in interface org.codehaus.mojo.delicious.DeliciousConnection
 
executeMethod(HttpClient, GetMethod) - Method in class org.codehaus.mojo.delicious.LiveConnection
 
ExportMojo - Class in org.codehaus.mojo.delicious
Exports the links in the configured html page to the configured delicious account.
ExportMojo() - Constructor for class org.codehaus.mojo.delicious.ExportMojo
 

F

fetchAllPosts(String) - Method in class org.codehaus.mojo.delicious.DeliciousService
Fetches all posts.
fetchDates(String) - Method in class org.codehaus.mojo.delicious.DeliciousService
Fetches a list of dates with the number of posts at each date.
fetchPosts(String, String, String) - Method in class org.codehaus.mojo.delicious.DeliciousService
Fetches a list of posts with the given search criteria.
fetchRecentPosts(String, String) - Method in class org.codehaus.mojo.delicious.DeliciousService
Fetches a list of most recent posts, possibly filtered by tag, maxes out at 100.
fetchTags() - Method in class org.codehaus.mojo.delicious.DeliciousService
Fetches the tags used by this account.
fetchUpdateTime() - Method in class org.codehaus.mojo.delicious.DeliciousService
Gets the time of the last update.

G

get(int) - Method in class org.codehaus.mojo.delicious.BookmarkGroup
 
getAddLinksCommand() - Static method in class org.codehaus.mojo.delicious.Messages
 
getBookmarks() - Method in class org.codehaus.mojo.delicious.BookmarkGroup
 
getCode() - Method in class org.codehaus.mojo.delicious.DeliciousService
The code of the most recent server communication.
getCommandHelp() - Static method in class org.codehaus.mojo.delicious.Messages
 
getCommandSuccess() - Static method in class org.codehaus.mojo.delicious.Messages
 
getComments() - Method in class org.codehaus.mojo.delicious.Bookmark
 
getCourtesyTime() - Static method in class org.codehaus.mojo.delicious.Messages
 
getDeliciousHost() - Static method in class org.codehaus.mojo.delicious.Messages
 
getDeliciousUrl() - Static method in class org.codehaus.mojo.delicious.Messages
 
getExceptionMessage() - Static method in class org.codehaus.mojo.delicious.Messages
 
getFileReader(String) - Static method in class org.codehaus.mojo.delicious.Util
Deprecated. call getReader with a file:// url
getListener() - Method in class org.codehaus.mojo.delicious.DeliciousService
Gets the currently set listener.
getLocation() - Method in class org.codehaus.mojo.delicious.Bookmark
 
getReader(String) - Static method in class org.codehaus.mojo.delicious.Util
Obtains a reader for the given URL.
getResourceReader(String) - Static method in class org.codehaus.mojo.delicious.Util
Gets a reader for a resource on the classpath.
getService() - Method in class org.codehaus.mojo.delicious.ExportMojo
Gets the authenticated delicious service.
getService() - Method in class org.codehaus.mojo.delicious.IndexMojo
Gets the authenticated delicious service.
getServiceUnavailable() - Static method in class org.codehaus.mojo.delicious.Messages
 
getString(String) - Static method in class org.codehaus.mojo.delicious.Messages
 
getTags() - Method in class org.codehaus.mojo.delicious.Bookmark
 
getTitle() - Method in class org.codehaus.mojo.delicious.Bookmark
 

I

IndexMojo - Class in org.codehaus.mojo.delicious
Indexes the generated site links to the configured delicious account.
IndexMojo() - Constructor for class org.codehaus.mojo.delicious.IndexMojo
 
isServiceUnavailableException(RuntimeException) - Method in class org.codehaus.mojo.delicious.DeliciousService
Returns true if the given exception represents the service unavailable exception.

L

LiveConnection - Class in org.codehaus.mojo.delicious
Handles the underlying communication with the delicious REST api.
LiveConnection() - Constructor for class org.codehaus.mojo.delicious.LiveConnection
 
logStream(Logger, Priority, Reader) - Static method in class org.codehaus.mojo.delicious.Util
Logs the message contained in the given reader.

M

Messages - Class in org.codehaus.mojo.delicious
 

O

org.codehaus.mojo.delicious - package org.codehaus.mojo.delicious
 

P

parse(Reader, BookmarkGroup) - Method in class org.codehaus.mojo.delicious.BookmarkParser
Adds any links found in the given page to the given group.

R

removeBookmark(Bookmark) - Method in class org.codehaus.mojo.delicious.BookmarkGroup
Removes the given bookmark.
renameTag(String, String) - Method in class org.codehaus.mojo.delicious.DeliciousService
Renames the given tag.

S

serviceDone(int, Reader) - Method in interface org.codehaus.mojo.delicious.DeliciousListener
Indicates the service call is complete.
setComments(String) - Method in class org.codehaus.mojo.delicious.Bookmark
 
setListener(DeliciousListener) - Method in class org.codehaus.mojo.delicious.DeliciousService
Currently sets the one and only listener.
setLocation(String) - Method in class org.codehaus.mojo.delicious.Bookmark
 
setTags(String) - Method in class org.codehaus.mojo.delicious.Bookmark
 
setTitle(String) - Method in class org.codehaus.mojo.delicious.Bookmark
 
setUser(String, String) - Method in class org.codehaus.mojo.delicious.DeliciousService
Sets the credential to be used for this service.
size() - Method in class org.codehaus.mojo.delicious.BookmarkGroup
 

T

toString() - Method in class org.codehaus.mojo.delicious.Bookmark
 
toString() - Method in class org.codehaus.mojo.delicious.BookmarkGroup
 

U

Util - Class in org.codehaus.mojo.delicious
Various utility methods that glue the classes together.
Util() - Constructor for class org.codehaus.mojo.delicious.Util
 

A B C D E F G I L M O P R S T U

Copyright © 2005-2009. All Rights Reserved.