Uses of Class
org.apache.sling.sitemap.SitemapInfo.Status
-
Packages that use SitemapInfo.Status Package Description org.apache.sling.sitemap -
-
Uses of SitemapInfo.Status in org.apache.sling.sitemap
Methods in org.apache.sling.sitemap that return SitemapInfo.Status Modifier and Type Method Description @NotNull SitemapInfo.Status
SitemapInfo. getStatus()
Returns the status of the sitemap.static SitemapInfo.Status
SitemapInfo.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static SitemapInfo.Status[]
SitemapInfo.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-