Uses of Class
com.attribyte.parser.model.SitemapLink
Packages that use SitemapLink
-
Uses of SitemapLink in com.attribyte.parser.model
Fields in com.attribyte.parser.model with type parameters of type SitemapLinkModifier and TypeFieldDescriptionstatic final Comparator<SitemapLink> SitemapLink.modifiedTimestampComparatorCompare links by last modified time. -
Uses of SitemapLink in com.attribyte.parser.sitemap
Methods in com.attribyte.parser.sitemap that return types with arguments of type SitemapLinkModifier and TypeMethodDescriptionstatic List<SitemapLink> Parse a sitemap.static List<SitemapLink> SitemapParser.parseSimple(String response) Parse a "simple" sitemap file (one URL per line).