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.sitemapsMethods in crawlercommons.sitemaps that return AbstractSiteMap.SitemapType Modifier and Type Method Description AbstractSiteMap.SitemapTypeAbstractSiteMap. getType()static AbstractSiteMap.SitemapTypeAbstractSiteMap.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 voidAbstractSiteMap. setType(AbstractSiteMap.SitemapType type)
 
-