Uses of Class
com.attribyte.parser.model.Resource.Builder
Packages that use Resource.Builder
-
Uses of Resource.Builder in com.attribyte.parser.entry
Methods in com.attribyte.parser.entry with parameters of type Resource.BuilderModifier and TypeMethodDescriptionprotected voidAtomParser.parseEntries(org.jsoup.nodes.Document doc, ContentCleaner contentCleaner, Resource.Builder resource) protected abstract voidFeedParser.parseEntries(org.jsoup.nodes.Document doc, ContentCleaner contentCleaner, Resource.Builder resource) Parse all entries and add to the resource.protected voidRSSParser.parseEntries(org.jsoup.nodes.Document doc, ContentCleaner contentCleaner, Resource.Builder resource) protected voidAtomParser.parseSource(org.jsoup.nodes.Document doc, Resource.Builder resource) protected abstract voidFeedParser.parseSource(org.jsoup.nodes.Document doc, Resource.Builder resource) Parse the feed source properties.protected voidRSSParser.parseSource(org.jsoup.nodes.Document doc, Resource.Builder resource) -
Uses of Resource.Builder in com.attribyte.parser.model
Methods in com.attribyte.parser.model that return Resource.BuilderModifier and TypeMethodDescriptionAdds an author.Adds an entry.Resource.Builder.addFeedLink(String feedLink) Adds a feed link.Adds a tag.static Resource.BuilderResource.builder()Creates a new (empty) builder.Resource.Builder.setAmpLink(String ampLink) Sets the amp link.Resource.Builder.setAuthors(List<Author> authors) Sets the list of authors.Resource.Builder.setBaseLink(String baseLink) Sets the base link.Resource.Builder.setCanonicalLink(String canonicalLink) Sets the canonical link.Resource.Builder.setDescription(String description) Sets the description.Resource.Builder.setEntries(List<Entry> entries) Sets the list of entries.Resource.Builder.setFeedLinks(List<String> feedLinks) Sets the feed links.Sets the icon.Sets the logo.Resource.Builder.setMetadata(String key, String value) Sets a metadata value.Resource.Builder.setPublishedTimestamp(long publishedTimestamp) Sets the published timestamp.Sets the rights.Resource.Builder.setSiteLink(String siteLink) Sets the site link.Resource.Builder.setSourceLink(String sourceLink) Sets the source link.Resource.Builder.setSubtitle(String subtitle) Sets the subtitle.Sets the list of tags.Sets the title.Resource.Builder.setUpdatedTimestamp(long updatedTimestamp) Sets the updated timestamp.