@ProviderType
public interface SitemapInfo
Modifier and Type | Interface and Description |
---|---|
static class |
SitemapInfo.Status |
Modifier and Type | Method and Description |
---|---|
int |
getEntries()
Returns the number of urls in the sitemap.
|
@NotNull java.lang.String |
getName()
Returns the name of the sitemap.
|
int |
getSize()
Returns the size of the sitemap in bytes.
|
@NotNull SitemapInfo.Status |
getStatus()
Returns the status of the sitemap.
|
@Nullable java.lang.String |
getStoragePath()
Returns the resource path to the resource the sitemap is stored at.
|
@NotNull java.lang.String |
getUrl()
Returns the absolute, external url for the sitemap/sitemap-index.
|
@Nullable @Nullable java.lang.String getStoragePath()
@NotNull @NotNull java.lang.String getUrl()
@NotNull @NotNull java.lang.String getName()
For sitemap-indexes this will be equal to SitemapService.SITEMAP_INDEX_NAME
and for sitemaps generated
for the default name this will be equal to SitemapService.DEFAULT_SITEMAP_NAME
.
@NotNull @NotNull SitemapInfo.Status getStatus()
SitemapInfo.Status
int getSize()
int getEntries()
Copyright © 2010 - 2023 Adobe. All Rights Reserved