A B C D E G H M N P S T U

A

addItem(T) - Method in class net.spy.digg.parsers.PagedItemParser
Add an item.

B

BaseParser - Class in net.spy.digg.parsers
Base parser class.
BaseParser() - Constructor for class net.spy.digg.parsers.BaseParser
 
BuildInfo - Class in net.spy.digg
Information regarding this spy.jar build.
BuildInfo() - Constructor for class net.spy.digg.BuildInfo
Get an instance of BuildInfo that describes the spy.jar build.
BuildInfo(String) - Constructor for class net.spy.digg.BuildInfo
Get an instance of BuildInfo that describes the build info found in the given resource.

C

Comment - Interface in net.spy.digg
A comment event.
CommentImpl - Class in net.spy.digg.parsers
Comment implementation.

D

Digg - Class in net.spy.digg
Interface to Digg.
Digg(String) - Constructor for class net.spy.digg.Digg
Construct a Digg interface with the given app key.
DiggException - Exception in net.spy.digg
Exceptions getting stuff from digg.
DiggException(String, Throwable) - Constructor for exception net.spy.digg.DiggException
 
DiggException(String) - Constructor for exception net.spy.digg.DiggException
 
DiggException(Throwable) - Constructor for exception net.spy.digg.DiggException
 
DiggException(String, int) - Constructor for exception net.spy.digg.DiggException
 

E

ErrorParser - Class in net.spy.digg.parsers
Parse a single error.
ErrorParser() - Constructor for class net.spy.digg.parsers.ErrorParser
 
ErrorsParser - Class in net.spy.digg.parsers
Parse a digg errors response.
ErrorsParser() - Constructor for class net.spy.digg.parsers.ErrorsParser
 
Event - Interface in net.spy.digg
An event.
EventImpl - Class in net.spy.digg.parsers
An event.
EventParameters - Class in net.spy.digg
Parameters for event queries.
EventParameters() - Constructor for class net.spy.digg.EventParameters
 
EventsParser - Class in net.spy.digg.parsers
Parse events.
EventsParser() - Constructor for class net.spy.digg.parsers.EventsParser
 

G

GalleriesParser - Class in net.spy.digg.parsers
 
GalleriesParser() - Constructor for class net.spy.digg.parsers.GalleriesParser
 
GalleryPhoto - Interface in net.spy.digg
A gallery.
GalleryPhotoImpl - Class in net.spy.digg.parsers
 
GalleryPhotoParameters - Class in net.spy.digg
Parameters for gallery photo requests.
GalleryPhotoParameters() - Constructor for class net.spy.digg.GalleryPhotoParameters
 
getAllGalleryPhotos(GalleryPhotoParameters) - Method in class net.spy.digg.Digg
Get all gallery photos.
getAllGalleryPhotos(GalleryPhotoParameters, Collection<Integer>) - Method in class net.spy.digg.Digg
Get the gallery photos with the given IDs.
getAllGalleryPhotos(GalleryPhotoParameters, int) - Method in class net.spy.digg.Digg
Get the gallery photo with the given ID.
getAttr(Node, String) - Static method in class net.spy.digg.parsers.BaseParser
Get the named attribute for the given node.
getAttr(Node, String, String) - Static method in class net.spy.digg.parsers.BaseParser
Get the named attribute for the given node, or a default.
getBuildDate() - Method in class net.spy.digg.BuildInfo
Get the date of this build.
getComment() - Method in interface net.spy.digg.Comment
Get the comment text.
getComment() - Method in class net.spy.digg.parsers.CommentImpl
 
getCommentReplies(int, int, EventParameters) - Method in class net.spy.digg.Digg
Get the replies to the given comment on the given story.
getComments(EventParameters) - Method in class net.spy.digg.Digg
Get all comment events.
getComments(Collection<Integer>, EventParameters) - Method in class net.spy.digg.Digg
Get comments for the given stories.
getComments(int, EventParameters) - Method in class net.spy.digg.Digg
Get comments for the given story.
getComments() - Method in class net.spy.digg.parsers.StoryImpl
 
getComments() - Method in interface net.spy.digg.Story
Get the number of comments on this story.
getContainer() - Method in class net.spy.digg.parsers.StoryImpl
 
getContainer() - Method in interface net.spy.digg.Story
Get the topic container of this story.
getContainerName() - Method in class net.spy.digg.parsers.TopicImpl
 
getContainerName() - Method in interface net.spy.digg.Topic
Get the name of this topic's container.
getContainers() - Method in class net.spy.digg.parsers.TopicsParser
Get a map of all topic containers by short name.
getContentType() - Method in interface net.spy.digg.Thumbnail
Get the content type of the link.
getCount() - Method in class net.spy.digg.PagedItems
Get the number of items returned.
getCount() - Method in class net.spy.digg.PagingParameters
 
getCount() - Method in class net.spy.digg.parsers.PagedItemParser
Get the number of items returned.
getDescription() - Method in class net.spy.digg.parsers.StoryImpl
 
getDescription() - Method in interface net.spy.digg.Story
Get the description of this story.
getDiggLink() - Method in class net.spy.digg.parsers.StoryImpl
 
getDiggLink() - Method in interface net.spy.digg.Story
Get the link to this story within digg.
getDiggs(EventParameters) - Method in class net.spy.digg.Digg
Get all digg events.
getDiggs() - Method in class net.spy.digg.parsers.StoryImpl
 
getDiggs() - Method in interface net.spy.digg.Story
Get the number of diggs on this story.
getDiggsDown() - Method in interface net.spy.digg.Comment
Get the number of diggs down.
getDiggsDown() - Method in class net.spy.digg.parsers.CommentImpl
 
getDiggsUp() - Method in interface net.spy.digg.Comment
Get the number of diggs up.
getDiggsUp() - Method in class net.spy.digg.parsers.CommentImpl
 
getDocument(InputStream, String) - Method in class net.spy.digg.parsers.BaseParser
Get a DOM document from the input stream.
getDomain() - Method in class net.spy.digg.StoryParameters
Get the domain parameter.
getError(int) - Method in class net.spy.digg.Digg
Get an error string for the given ID.
getErrorId() - Method in exception net.spy.digg.DiggException
Get the error ID.
getErrorId() - Method in class net.spy.digg.parsers.ErrorParser
Get the error ID.
getErrorMessage() - Method in class net.spy.digg.parsers.ErrorParser
Get the error message.
getErrors() - Method in class net.spy.digg.Digg
Get all known errors.
getErrors() - Method in class net.spy.digg.parsers.ErrorsParser
Get the map of error IDs to names.
getEventId() - Method in interface net.spy.digg.Event
Get the ID of this event.
getEventId() - Method in class net.spy.digg.parsers.EventImpl
 
getFans(String, UserParameters) - Method in class net.spy.digg.Digg
Get the fans of the given user.
getFile(String) - Method in class net.spy.digg.BuildInfo
Get a URL to a file within this classloader.
getFriends(String, UserParameters) - Method in class net.spy.digg.Digg
Get the friends of the given user.
getFriendsCommentedStories(String, StoryParameters) - Method in class net.spy.digg.Digg
Stories commented by given user friends.
getFriendsDuggStories(String, StoryParameters) - Method in class net.spy.digg.Digg
Stories dugg by given user friends.
getFriendsPopularStories(String, StoryParameters) - Method in class net.spy.digg.Digg
Popular stories submitted by given user friends.
getFriendsSubmissions(String, StoryParameters) - Method in class net.spy.digg.Digg
Stories submitted by given user friends.
getFriendsUpcomingStories(String, StoryParameters) - Method in class net.spy.digg.Digg
Upcoming stories submitted by given user friends.
getGalleryCommentReplies(int, int, EventParameters) - Method in class net.spy.digg.Digg
Get all comments for the given photo.
getGalleryComments(EventParameters) - Method in class net.spy.digg.Digg
Get all comments for gallery photos.
getGalleryComments(Collection<Integer>, EventParameters) - Method in class net.spy.digg.Digg
Get all comments for all gallery photos.
getGalleryComments(int, EventParameters) - Method in class net.spy.digg.Digg
Get all comments for the given photo.
getGalleryComments(int, int, EventParameters) - Method in class net.spy.digg.Digg
Get a specific comment for the given photo.
getHeight() - Method in interface net.spy.digg.Thumbnail
Get the original height of the image.
getHttpClient() - Method in interface net.spy.digg.HttpClientFactory
Get an HttpClient instance for the Digg API to use.
getIcon() - Method in class net.spy.digg.parsers.UserImpl
 
getIcon() - Method in interface net.spy.digg.User
Get the URL to this user's icon.
getId() - Method in interface net.spy.digg.GalleryPhoto
Get the ID of this image.
getId() - Method in class net.spy.digg.parsers.GalleryPhotoImpl
 
getId() - Method in class net.spy.digg.parsers.StoryImpl
 
getId() - Method in interface net.spy.digg.Story
Get the ID of this story.
getImgHref() - Method in interface net.spy.digg.GalleryPhoto
Get the URL to the page containing this image.
getImgHref() - Method in class net.spy.digg.parsers.GalleryPhotoImpl
 
getImgSrc() - Method in interface net.spy.digg.GalleryPhoto
Get the URL to the image itself.
getImgSrc() - Method in class net.spy.digg.parsers.GalleryPhotoImpl
 
getItems() - Method in class net.spy.digg.parsers.PagedItemParser
Get the items.
getLevel() - Method in interface net.spy.digg.Comment
The level of the comment within the thread.
getLevel() - Method in class net.spy.digg.parsers.CommentImpl
 
getLink() - Method in class net.spy.digg.parsers.StoryImpl
 
getLink() - Method in interface net.spy.digg.Story
Get the link to this story.
getLink() - Method in class net.spy.digg.StoryParameters
Get the link parameter.
getMaxDate() - Method in class net.spy.digg.EventParameters
Get the maximum timestamp.
getMaxPromoteDate() - Method in class net.spy.digg.StoryParameters
Get the max promotion date.
getMedia() - Method in class net.spy.digg.parsers.StoryImpl
 
getMedia() - Method in interface net.spy.digg.Story
Add the media type of this story.
getMinDate() - Method in class net.spy.digg.EventParameters
Get the minimum timestamp.
getMinDate() - Method in class net.spy.digg.parsers.TimePagedItemParser
Get the minimum date represented by these results.
getMinPromoteDate() - Method in class net.spy.digg.StoryParameters
Get the minimum promotion date.
getName() - Method in class net.spy.digg.parsers.TopicContainerImpl
 
getName() - Method in class net.spy.digg.parsers.TopicImpl
 
getName() - Method in class net.spy.digg.parsers.UserImpl
 
getName() - Method in interface net.spy.digg.Topic
Get the name of this topic.
getName() - Method in interface net.spy.digg.TopicContainer
Get the name of this topic container.
getName() - Method in interface net.spy.digg.User
Get the name of this user.
getNumComments() - Method in interface net.spy.digg.GalleryPhoto
Get the number of comments on this image.
getNumComments() - Method in class net.spy.digg.parsers.GalleryPhotoImpl
 
getOffset() - Method in class net.spy.digg.PagedItems
Get the offset from which this PagedItems began.
getOffset() - Method in class net.spy.digg.PagingParameters
Get the result offset.
getOffset() - Method in class net.spy.digg.parsers.PagedItemParser
Get the offset from which these results began.
getPopularComments(EventParameters) - Method in class net.spy.digg.Digg
Get comments on popular stories.
getPopularDiggs(EventParameters) - Method in class net.spy.digg.Digg
Get digg events on popular stories.
getPopularStories(StoryParameters) - Method in class net.spy.digg.Digg
Get the popular stories.
getPopularStories(TopicContainer, StoryParameters) - Method in class net.spy.digg.Digg
Get the popular stories in the given container.
getPopularStories(Topic, StoryParameters) - Method in class net.spy.digg.Digg
Get all of the popular stories within the given topic.
getProfileviews() - Method in class net.spy.digg.parsers.UserImpl
 
getProfileviews() - Method in interface net.spy.digg.User
Get the number of profile views for this user.
getPromoteTimestamp() - Method in class net.spy.digg.parsers.StoryImpl
 
getPromoteTimestamp() - Method in interface net.spy.digg.Story
Get the timestamp this story was promoted.
getRegistered() - Method in class net.spy.digg.parsers.UserImpl
 
getRegistered() - Method in interface net.spy.digg.User
Get the date this user registered.
getReplyId() - Method in interface net.spy.digg.Comment
Get the ID of the comment to which this comment is in response.
getReplyId() - Method in class net.spy.digg.parsers.CommentImpl
 
getRoot() - Method in interface net.spy.digg.Comment
The root comment ID.
getRoot() - Method in class net.spy.digg.parsers.CommentImpl
 
getRootElementName() - Method in class net.spy.digg.parsers.BaseParser
Get the name of the expected root element.
getRootElementName() - Method in class net.spy.digg.parsers.ErrorParser
 
getRootElementName() - Method in class net.spy.digg.parsers.ErrorsParser
 
getRootElementName() - Method in class net.spy.digg.parsers.EventsParser
 
getRootElementName() - Method in class net.spy.digg.parsers.GalleriesParser
 
getRootElementName() - Method in class net.spy.digg.parsers.StoriesParser
 
getRootElementName() - Method in class net.spy.digg.parsers.TopicsParser
 
getRootElementName() - Method in class net.spy.digg.parsers.UsersParser
 
getShortName() - Method in class net.spy.digg.parsers.TopicContainerImpl
 
getShortName() - Method in class net.spy.digg.parsers.TopicImpl
 
getShortName() - Method in interface net.spy.digg.Topic
Get the short name of this topic.
getShortName() - Method in interface net.spy.digg.TopicContainer
Get the short name of this topic container.
getSort() - Method in class net.spy.digg.PagingParameters
Get the sort type.
getStatus() - Method in interface net.spy.digg.Event
Get the status of this event.
getStatus() - Method in class net.spy.digg.parsers.EventImpl
 
getStatus() - Method in class net.spy.digg.parsers.StoryImpl
 
getStatus() - Method in interface net.spy.digg.Story
Get the status of this story.
getStories(StoryParameters) - Method in class net.spy.digg.Digg
Get all stories.
getStories(TopicContainer, StoryParameters) - Method in class net.spy.digg.Digg
Get the stories in the given container.
getStories(Topic, StoryParameters) - Method in class net.spy.digg.Digg
Get all of the stories within the given topic.
getStories(Collection<Integer>, StoryParameters) - Method in class net.spy.digg.Digg
Get the specified stories.
getStory(int) - Method in class net.spy.digg.Digg
Get the story with the given id.
getStory(String) - Method in class net.spy.digg.Digg
Get the story with the given clean URL.
getStoryDiggs(int, EventParameters) - Method in class net.spy.digg.Digg
Get digg events for the given story id.
getStoryDiggs(Collection<Integer>, EventParameters) - Method in class net.spy.digg.Digg
Get digg events for the given story id.
getStoryId() - Method in interface net.spy.digg.Event
Get the ID of the story this event references.
getStoryId() - Method in class net.spy.digg.parsers.EventImpl
 
getSubmittedTimestamp() - Method in class net.spy.digg.parsers.StoryImpl
 
getSubmittedTimestamp() - Method in interface net.spy.digg.Story
Get the timestamp this story was submitted.
getSubmitTimestamp() - Method in interface net.spy.digg.GalleryPhoto
Get the date this image was submitted.
getSubmitTimestamp() - Method in class net.spy.digg.parsers.GalleryPhotoImpl
 
getThumbnail() - Method in class net.spy.digg.parsers.StoryImpl
 
getThumbnail() - Method in interface net.spy.digg.Story
If this story has a thumbnail, return it here.
getTimestamp() - Method in interface net.spy.digg.Event
Get the timestamp at which this event occurred.
getTimestamp() - Method in class net.spy.digg.PagedItems
Get the timestamp at which the results were created.
getTimestamp() - Method in class net.spy.digg.parsers.EventImpl
 
getTimestamp() - Method in class net.spy.digg.parsers.PagedItemParser
Get the timestamp.
getTitle() - Method in interface net.spy.digg.GalleryPhoto
Get the title of this image.
getTitle() - Method in class net.spy.digg.parsers.GalleryPhotoImpl
 
getTitle() - Method in class net.spy.digg.parsers.StoryImpl
 
getTitle() - Method in interface net.spy.digg.Story
Get the title of this story.
getTnHeight() - Method in interface net.spy.digg.Thumbnail
Get the height of the thumbnail of the image.
getTnWidth() - Method in interface net.spy.digg.Thumbnail
Get the width of the thumbnail of the image.
getTopic(String) - Method in class net.spy.digg.Digg
Get the named topic.
getTopic() - Method in class net.spy.digg.parsers.StoryImpl
 
getTopic() - Method in interface net.spy.digg.Story
Get the topic of this story.
getTopics() - Method in class net.spy.digg.Digg
Get all topics and topic containers.
getTotal() - Method in class net.spy.digg.PagedItems
Get the total number of items for this search.
getTotal() - Method in class net.spy.digg.parsers.PagedItemParser
Get the total number of matches.
getUpcomingComments(EventParameters) - Method in class net.spy.digg.Digg
Get comments on upcoming stories.
getUpcomingDiggs(EventParameters) - Method in class net.spy.digg.Digg
Get digg events on popular stories.
getUpcomingStories(StoryParameters) - Method in class net.spy.digg.Digg
Get the upcoming stories.
getUpcomingStories(TopicContainer, StoryParameters) - Method in class net.spy.digg.Digg
Get the upcoming stories in the given container.
getUpcomingStories(Topic, StoryParameters) - Method in class net.spy.digg.Digg
Get all of the upcoming stories within the given topic.
getURL() - Method in interface net.spy.digg.Thumbnail
Get the URL of the thumbnail.
getUser(String) - Method in class net.spy.digg.Digg
Get the specific user.
getUser() - Method in interface net.spy.digg.Event
Get the name of the user referenced by this event.
getUser() - Method in interface net.spy.digg.GalleryPhoto
Get the User who created this image.
getUser() - Method in class net.spy.digg.parsers.EventImpl
 
getUser() - Method in class net.spy.digg.parsers.GalleryPhotoImpl
 
getUser() - Method in class net.spy.digg.parsers.StoryImpl
 
getUser() - Method in interface net.spy.digg.Story
Get the user who submitted this story.
getUserComments(String, EventParameters) - Method in class net.spy.digg.Digg
Get comments for the given user.
getUserComments(Collection<String>, EventParameters) - Method in class net.spy.digg.Digg
Get comments for the given user.
getUserDiggs(String, EventParameters) - Method in class net.spy.digg.Digg
Get the diggs from the given user.
getUserDiggs(Collection<String>, EventParameters) - Method in class net.spy.digg.Digg
Get the diggs from the given users.
getUsers(UserParameters) - Method in class net.spy.digg.Digg
Get users.
getUsers() - Method in class net.spy.digg.parsers.UsersParser
Get the users returned in this result (keyed off of username).
getUserStories(String, StoryParameters) - Method in class net.spy.digg.Digg
Get the stories submitted by the given user.
getWidth() - Method in interface net.spy.digg.Thumbnail
Get the original width of the image.

H

handleDocument(Document) - Method in class net.spy.digg.parsers.BaseParser
Delegated document parsing.
handleDocument(Document) - Method in class net.spy.digg.parsers.ErrorParser
 
handleDocument(Document) - Method in class net.spy.digg.parsers.ErrorsParser
 
handleDocument(Document) - Method in class net.spy.digg.parsers.EventsParser
 
handleDocument(Document) - Method in class net.spy.digg.parsers.GalleriesParser
 
handleDocument(Document) - Method in class net.spy.digg.parsers.StoriesParser
 
handleDocument(Document) - Method in class net.spy.digg.parsers.TopicsParser
 
handleDocument(Document) - Method in class net.spy.digg.parsers.UsersParser
 
HttpClientFactory - Interface in net.spy.digg
Provide http clients to the Digg client.

M

main(String[]) - Static method in class net.spy.digg.BuildInfo
Print out the build properties.
MAX_COUNT - Static variable in class net.spy.digg.PagingParameters
The maximum value for a count.
MIN_COUNT - Static variable in class net.spy.digg.PagingParameters
The minimum value for a count.

N

net.spy.digg - package net.spy.digg
High-level digg interface
net.spy.digg.parsers - package net.spy.digg.parsers
Low-level parsers and stuff you probably won't find interesting.

P

PagedItemParser<T> - Class in net.spy.digg.parsers
Base class for paged results.
PagedItemParser() - Constructor for class net.spy.digg.parsers.PagedItemParser
 
PagedItems<T> - Class in net.spy.digg
A collection of paged items.
PagingParameters - Class in net.spy.digg
Base class for paging parameters.
PagingParameters() - Constructor for class net.spy.digg.PagingParameters
 
parse(InputStream) - Method in class net.spy.digg.parsers.BaseParser
Parse from the given input stream.
parseCommonFields(Document) - Method in class net.spy.digg.parsers.PagedItemParser
Extract the common paged stuff from the given document.
parseCommonFields(Document) - Method in class net.spy.digg.parsers.TimePagedItemParser
 

S

setContainerName(String) - Method in class net.spy.digg.parsers.TopicImpl
Set the name of this container.
setCount(int) - Method in class net.spy.digg.PagingParameters
Set the number of results to return.
setDomain(String) - Method in class net.spy.digg.StoryParameters
Set the domain parameter.
setHttpClientFactory(HttpClientFactory) - Method in class net.spy.digg.Digg
Set the http client factory that will be used to construct HttpClient instances for digg service requests.
setLink(String) - Method in class net.spy.digg.StoryParameters
Set the link parameter.
setMaxDate(Long) - Method in class net.spy.digg.EventParameters
Set the maximum timestamp.
setMaxPromoteDate(Long) - Method in class net.spy.digg.StoryParameters
Set the maximum promotion date.
setMinDate(Long) - Method in class net.spy.digg.EventParameters
Set the minimum timestamp.
setMinPromoteDate(Long) - Method in class net.spy.digg.StoryParameters
Set the minimum promotion date.
setOffset(int) - Method in class net.spy.digg.PagingParameters
Set the result offset.
setSort(String) - Method in class net.spy.digg.PagingParameters
Set the sort type.
StoriesParser - Class in net.spy.digg.parsers
Parse a stories response.
StoriesParser() - Constructor for class net.spy.digg.parsers.StoriesParser
 
Story - Interface in net.spy.digg
A Digg story.
StoryImpl - Class in net.spy.digg.parsers
A Digg story.
StoryParameters - Class in net.spy.digg
Parameters for story requests.
StoryParameters() - Constructor for class net.spy.digg.StoryParameters
 

T

Thumbnail - Interface in net.spy.digg
Thumbnail as may appear on a story.
TimePagedItemParser<T> - Class in net.spy.digg.parsers
Paged item parser for items that also include date information.
TimePagedItemParser() - Constructor for class net.spy.digg.parsers.TimePagedItemParser
 
Topic - Interface in net.spy.digg
A topic for stories.
TopicContainer - Interface in net.spy.digg
A container of topics.
TopicContainerImpl - Class in net.spy.digg.parsers
A TopicContainer contains topics.
TopicContainerImpl(String, String) - Constructor for class net.spy.digg.parsers.TopicContainerImpl
Construct a TopicContainer with the given name and short name.
TopicImpl - Class in net.spy.digg.parsers
A topic within digg.
TopicImpl(String, String) - Constructor for class net.spy.digg.parsers.TopicImpl
Construct a topic.
TopicsParser - Class in net.spy.digg.parsers
Parse the topics.
TopicsParser() - Constructor for class net.spy.digg.parsers.TopicsParser
 
toString() - Method in class net.spy.digg.BuildInfo
String me.
toString() - Method in class net.spy.digg.Digg
 
toString() - Method in class net.spy.digg.PagedItems
 
toString() - Method in class net.spy.digg.parsers.CommentImpl
 
toString() - Method in class net.spy.digg.parsers.EventImpl
 
toString() - Method in class net.spy.digg.parsers.StoryImpl
 
toString() - Method in class net.spy.digg.parsers.TopicImpl
 
toString() - Method in class net.spy.digg.parsers.UserImpl
 

U

User - Interface in net.spy.digg
A digg user.
UserImpl - Class in net.spy.digg.parsers
A Digg user.
UserImpl(Node) - Constructor for class net.spy.digg.parsers.UserImpl
 
UserParameters - Class in net.spy.digg
Parameters for a user request.
UserParameters() - Constructor for class net.spy.digg.UserParameters
 
UsersParser - Class in net.spy.digg.parsers
User result parser.
UsersParser() - Constructor for class net.spy.digg.parsers.UsersParser
 

A B C D E G H M N P S T U