| Modifier and Type | Method and Description |
|---|---|
GoogleCodeSitemapUrl.Options |
GoogleCodeSitemapUrl.Options.fileName(String fileName)
The name of the actual file; this is useful if the URL ends in
something like download.php?id=1234 instead of the actual filename.
|
GoogleCodeSitemapUrl.Options |
GoogleCodeSitemapUrl.Options.license(GoogleCodeSitemapUrl.License license)
Specifies code license
|
GoogleCodeSitemapUrl.Options |
GoogleCodeSitemapUrl.Options.license(String license)
Specifies code license; when the value is not one of the recognized
licenses, this will cause Google to index the item as
"unknown license".
|
GoogleCodeSitemapUrl.Options |
GoogleCodeSitemapUrl.Options.packageMap(String packageMap)
The name of the packagemap file inside an
GoogleCodeSitemapUrl.FileType.ARCHIVE;
just like a Sitemap is a list of files on a web site, a packagemap is
a list of files in a package. |
GoogleCodeSitemapUrl.Options |
GoogleCodeSitemapUrl.Options.packageUrl(String packageUrl)
The URL truncated at the top-level directory for the package; this
tells Google which files belong together.
|
GoogleCodeSitemapUrl.Options |
GoogleCodeSitemapUrl.Options.packageUrl(URL packageUrl)
The URL truncated at the top-level directory for the package; this
tells Google which files belong together.
|
| Constructor and Description |
|---|
GoogleCodeSitemapUrl(GoogleCodeSitemapUrl.Options options) |
Copyright © 2015. All rights reserved.