| Package | Description |
|---|---|
| com.redfin.sitemapgenerator |
How to use SitemapGen4j
|
| Modifier and Type | Method and Description |
|---|---|
GoogleCodeSitemapUrl |
GoogleCodeSitemapUrl.Options.fileName(String
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 |
GoogleCodeSitemapUrl.Options.license(GoogleCodeSitemapUrl
Specifies code license
|
GoogleCodeSitemapUrl |
GoogleCodeSitemapUrl.Options.license(String
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 |
GoogleCodeSitemapUrl.Options.packageMap(String
The name of the packagemap file inside an
GoogleCodeSitemapUrl; just like a Sitemap is a list of files on a web site, a packagemap is a list of files in a package.
|
GoogleCodeSitemapUrl |
GoogleCodeSitemapUrl.Options.packageUrl(String
The URL truncated at the top-level directory for the package; this tells Google which files belong together.
|
GoogleCodeSitemapUrl |
GoogleCodeSitemapUrl.Options.packageUrl(URL
The URL truncated at the top-level directory for the package; this tells Google which files belong together.
|
| Constructor and Description | |
|---|---|
GoogleCodeSitemapUrl(GoogleCodeSitemapUrl
|