Uses of Class
crawlercommons.sitemaps.AbstractSiteMap.SitemapType
-
Packages that use AbstractSiteMap.SitemapType Package Description crawlercommons.sitemaps Sitemaps package provides all classes relevant to focused sitemap parsing, url definition and processing. -
-
Uses of AbstractSiteMap.SitemapType in crawlercommons.sitemaps
Methods in crawlercommons.sitemaps that return AbstractSiteMap.SitemapType Modifier and Type Method Description AbstractSiteMap.SitemapType
AbstractSiteMap. getType()
static AbstractSiteMap.SitemapType
AbstractSiteMap.SitemapType. valueOf(String name)
Returns the enum constant of this type with the specified name.static AbstractSiteMap.SitemapType[]
AbstractSiteMap.SitemapType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in crawlercommons.sitemaps with parameters of type AbstractSiteMap.SitemapType Modifier and Type Method Description void
AbstractSiteMap. setType(AbstractSiteMap.SitemapType type)
-