Uses of Class
com.norconex.collector.http.sitemap.SitemapChangeFrequency
-
Packages that use SitemapChangeFrequency Package Description com.norconex.collector.http.sitemap -
-
Uses of SitemapChangeFrequency in com.norconex.collector.http.sitemap
Methods in com.norconex.collector.http.sitemap that return SitemapChangeFrequency Modifier and Type Method Description static SitemapChangeFrequency
SitemapChangeFrequency. getChangeFrequency(String frequency)
Gets the sitemap change frequency matching the supplied string.static SitemapChangeFrequency
SitemapChangeFrequency. valueOf(String name)
Returns the enum constant of this type with the specified name.static SitemapChangeFrequency[]
SitemapChangeFrequency. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-