Skip navigation links
A B C D F G K L M O P R S T V W Z 

A

addUrl(SitemapIndexUrl) - Method in class com.redfin.sitemapgenerator.SitemapIndexGenerator
Adds a single sitemap to the index
addUrl(String) - Method in class com.redfin.sitemapgenerator.SitemapIndexGenerator
Adds a single sitemap to the index
addUrl(URL) - Method in class com.redfin.sitemapgenerator.SitemapIndexGenerator
Adds a single sitemap to the index
addUrl(URL, Date) - Method in class com.redfin.sitemapgenerator.SitemapIndexGenerator
Adds a single sitemap to the index
addUrl(String, Date) - Method in class com.redfin.sitemapgenerator.SitemapIndexGenerator
Adds a single sitemap to the index
addUrls(Iterable<? extends SitemapIndexUrl>) - Method in class com.redfin.sitemapgenerator.SitemapIndexGenerator
Add multiple sitemaps to the index
addUrls(SitemapIndexUrl...) - Method in class com.redfin.sitemapgenerator.SitemapIndexGenerator
Add multiple sitemaps to the index
addUrls(String...) - Method in class com.redfin.sitemapgenerator.SitemapIndexGenerator
Add multiple sitemaps to the index
addUrls(URL...) - Method in class com.redfin.sitemapgenerator.SitemapIndexGenerator
Add multiple sitemaps to the index
addUrls(String, String, int) - Method in class com.redfin.sitemapgenerator.SitemapIndexGenerator
Add a numbered list of sitemaps to the index, e.g.
autoValidate(boolean) - Method in class com.redfin.sitemapgenerator.SitemapIndexGenerator.Options
Validate the sitemap index automatically after writing it; this takes time

B

build() - Method in class com.redfin.sitemapgenerator.SitemapGeneratorBuilder
Constructs a sitemap generator configured with the options you specified
build() - Method in class com.redfin.sitemapgenerator.SitemapIndexGenerator.Options
Constructs a sitemap index generator configured with the options you specified
builder(URL, File) - Static method in class com.redfin.sitemapgenerator.GoogleCodeSitemapGenerator
Configures a builder so you can specify sitemap generator options
builder(String, File) - Static method in class com.redfin.sitemapgenerator.GoogleCodeSitemapGenerator
Configures a builder so you can specify sitemap generator options
builder(URL, File) - Static method in class com.redfin.sitemapgenerator.GoogleGeoSitemapGenerator
Configures a builder so you can specify sitemap generator options
builder(String, File) - Static method in class com.redfin.sitemapgenerator.GoogleGeoSitemapGenerator
Configures a builder so you can specify sitemap generator options
builder(URL, File) - Static method in class com.redfin.sitemapgenerator.GoogleMobileSitemapGenerator
Configures a builder so you can specify sitemap generator options
builder(String, File) - Static method in class com.redfin.sitemapgenerator.GoogleMobileSitemapGenerator
Configures a builder so you can specify sitemap generator options
builder(URL, File) - Static method in class com.redfin.sitemapgenerator.GoogleNewsSitemapGenerator
Configures a builder so you can specify sitemap generator options
builder(String, File) - Static method in class com.redfin.sitemapgenerator.GoogleNewsSitemapGenerator
Configures a builder so you can specify sitemap generator options
builder(URL, File) - Static method in class com.redfin.sitemapgenerator.GoogleVideoSitemapGenerator
Configures a builder so you can specify sitemap generator options
builder(String, File) - Static method in class com.redfin.sitemapgenerator.GoogleVideoSitemapGenerator
Configures a builder so you can specify sitemap generator options
builder(URL, File) - Static method in class com.redfin.sitemapgenerator.WebSitemapGenerator
Configures a builder so you can specify sitemap generator options
builder(String, File) - Static method in class com.redfin.sitemapgenerator.WebSitemapGenerator
Configures a builder so you can specify sitemap generator options

C

category(String) - Method in class com.redfin.sitemapgenerator.GoogleVideoSitemapUrl.Options
The video's category; for example, cooking.
ChangeFreq - Enum in com.redfin.sitemapgenerator
How frequently the page is likely to change.
com.redfin.sitemapgenerator - package com.redfin.sitemapgenerator
How to use SitemapGen4j
contentUrl(URL) - Method in class com.redfin.sitemapgenerator.GoogleVideoSitemapUrl.Options
Specifies the URL of the underlying video (e.g FLV)

D

dateFormat(W3CDateFormat) - Method in class com.redfin.sitemapgenerator.SitemapIndexGenerator.Options
The date formatter, typically configured with a W3CDateFormat.Pattern and/or a time zone
defaultLastMod(Date) - Method in class com.redfin.sitemapgenerator.SitemapIndexGenerator.Options
The default lastMod date for sitemap indexes; the default default is now, but you can pass in null to omit a lastMod entirely.
description(String) - Method in class com.redfin.sitemapgenerator.GoogleVideoSitemapUrl.Options
The description of the video.
durationInSeconds(int) - Method in class com.redfin.sitemapgenerator.GoogleVideoSitemapUrl.Options
The duration of the video in seconds; value must be between 0 and 28800 (8 hours).

F

familyFriendly(boolean) - Method in class com.redfin.sitemapgenerator.GoogleVideoSitemapUrl.Options
Whether the video is suitable for viewing by children
fileName(String) - Method in class com.redfin.sitemapgenerator.GoogleCodeSitemapUrl.Options
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.
format(Date, StringBuffer, FieldPosition) - Method in class com.redfin.sitemapgenerator.W3CDateFormat
This is what you override when you extend DateFormat; use DateFormat.format(Date) instead

G

getAllowEmbed() - Method in class com.redfin.sitemapgenerator.GoogleVideoSitemapUrl
Retrieves whether embedding is allowed
getCategory() - Method in class com.redfin.sitemapgenerator.GoogleVideoSitemapUrl
getChangeFreq() - Method in class com.redfin.sitemapgenerator.WebSitemapUrl
Retrieves the AbstractSitemapUrlOptions.changeFreq(ChangeFreq)
getContentUrl() - Method in class com.redfin.sitemapgenerator.GoogleVideoSitemapUrl
getDescription() - Method in class com.redfin.sitemapgenerator.GoogleVideoSitemapUrl
getDurationInSeconds() - Method in class com.redfin.sitemapgenerator.GoogleVideoSitemapUrl
getFamilyFriendly() - Method in class com.redfin.sitemapgenerator.GoogleVideoSitemapUrl
Retrieves whether the video is GoogleVideoSitemapUrl.Options.familyFriendly
getFileName() - Method in class com.redfin.sitemapgenerator.GoogleCodeSitemapUrl
getFileType() - Method in class com.redfin.sitemapgenerator.GoogleCodeSitemapUrl
getFormat() - Method in class com.redfin.sitemapgenerator.GoogleGeoSitemapUrl
Retrieves the URL GoogleGeoSitemapUrl.Format
getKeywords() - Method in class com.redfin.sitemapgenerator.GoogleNewsSitemapUrl
Retrieves the list of comma-delimited keywords
getLastMod() - Method in class com.redfin.sitemapgenerator.WebSitemapUrl
Retrieves the AbstractSitemapUrlOptions.lastMod(Date)
getLicense() - Method in class com.redfin.sitemapgenerator.GoogleCodeSitemapUrl
getLongName() - Method in enum com.redfin.sitemapgenerator.GoogleCodeSitemapUrl.FileType
The pretty name for this filetype
getLongName() - Method in enum com.redfin.sitemapgenerator.GoogleCodeSitemapUrl.License
The pretty name for this license
getPackageMap() - Method in class com.redfin.sitemapgenerator.GoogleCodeSitemapUrl
getPackageUrl() - Method in class com.redfin.sitemapgenerator.GoogleCodeSitemapUrl
getPlayerUrl() - Method in class com.redfin.sitemapgenerator.GoogleVideoSitemapUrl
getPriority() - Method in class com.redfin.sitemapgenerator.WebSitemapUrl
Retrieves the AbstractSitemapUrlOptions.priority(Double)
getPublicationDate() - Method in class com.redfin.sitemapgenerator.GoogleNewsSitemapUrl
Retrieves the publication date
getPublicationDate() - Method in class com.redfin.sitemapgenerator.GoogleVideoSitemapUrl
getRating() - Method in class com.redfin.sitemapgenerator.GoogleVideoSitemapUrl
getTags() - Method in class com.redfin.sitemapgenerator.GoogleVideoSitemapUrl
getThumbnailUrl() - Method in class com.redfin.sitemapgenerator.GoogleVideoSitemapUrl
getTitle() - Method in class com.redfin.sitemapgenerator.GoogleVideoSitemapUrl
getUrl() - Method in class com.redfin.sitemapgenerator.WebSitemapUrl
Retrieves the url
getViewCount() - Method in class com.redfin.sitemapgenerator.GoogleVideoSitemapUrl
GoogleCodeSitemapGenerator - Class in com.redfin.sitemapgenerator
Builds a code sitemap for Google Code Search.
GoogleCodeSitemapGenerator(String, File) - Constructor for class com.redfin.sitemapgenerator.GoogleCodeSitemapGenerator
Configures the generator with a base URL and directory to write the sitemap files.
GoogleCodeSitemapGenerator(URL, File) - Constructor for class com.redfin.sitemapgenerator.GoogleCodeSitemapGenerator
Configures the generator with a base URL and directory to write the sitemap files.
GoogleCodeSitemapGenerator(String) - Constructor for class com.redfin.sitemapgenerator.GoogleCodeSitemapGenerator
Configures the generator with a base URL and a null directory.
GoogleCodeSitemapGenerator(URL) - Constructor for class com.redfin.sitemapgenerator.GoogleCodeSitemapGenerator
Configures the generator with a base URL and a null directory.
GoogleCodeSitemapUrl - Class in com.redfin.sitemapgenerator
One configurable Google Code Search URL.
GoogleCodeSitemapUrl(URL, GoogleCodeSitemapUrl.FileType) - Constructor for class com.redfin.sitemapgenerator.GoogleCodeSitemapUrl
Specifies an url and a filetype (both mandatory in Google Code Search)
GoogleCodeSitemapUrl(String, GoogleCodeSitemapUrl.FileType) - Constructor for class com.redfin.sitemapgenerator.GoogleCodeSitemapUrl
Specifies an url and a filetype (both mandatory in Google Code Search)
GoogleCodeSitemapUrl(URL, String) - Constructor for class com.redfin.sitemapgenerator.GoogleCodeSitemapUrl
Specifies an url and a filetype (both mandatory in Google Code Search)
GoogleCodeSitemapUrl(String, String) - Constructor for class com.redfin.sitemapgenerator.GoogleCodeSitemapUrl
Specifies an url and a filetype (both mandatory in Google Code Search)
GoogleCodeSitemapUrl(GoogleCodeSitemapUrl.Options) - Constructor for class com.redfin.sitemapgenerator.GoogleCodeSitemapUrl
 
GoogleCodeSitemapUrl.FileType - Enum in com.redfin.sitemapgenerator
The type of code represented by this URL
GoogleCodeSitemapUrl.License - Enum in com.redfin.sitemapgenerator
The license of the code represented by this URL
GoogleCodeSitemapUrl.Options - Class in com.redfin.sitemapgenerator
Options to configure Google Code Search URLs
GoogleGeoSitemapGenerator - Class in com.redfin.sitemapgenerator
Builds a Google Geo Sitemap (which points to KML or GeoRSS files).
GoogleGeoSitemapGenerator(String, File) - Constructor for class com.redfin.sitemapgenerator.GoogleGeoSitemapGenerator
Configures the generator with a base URL and directory to write the sitemap files.
GoogleGeoSitemapGenerator(URL, File) - Constructor for class com.redfin.sitemapgenerator.GoogleGeoSitemapGenerator
Configures the generator with a base URL and directory to write the sitemap files.
GoogleGeoSitemapGenerator(String) - Constructor for class com.redfin.sitemapgenerator.GoogleGeoSitemapGenerator
Configures the generator with a base URL and a null directory.
GoogleGeoSitemapGenerator(URL) - Constructor for class com.redfin.sitemapgenerator.GoogleGeoSitemapGenerator
Configures the generator with a base URL and a null directory.
GoogleGeoSitemapUrl - Class in com.redfin.sitemapgenerator
One configurable Geo URL, either KML or GeoRSS.
GoogleGeoSitemapUrl(URL, GoogleGeoSitemapUrl.Format) - Constructor for class com.redfin.sitemapgenerator.GoogleGeoSitemapUrl
Specifies a Geo URL and its format
GoogleGeoSitemapUrl(String, GoogleGeoSitemapUrl.Format) - Constructor for class com.redfin.sitemapgenerator.GoogleGeoSitemapUrl
Specifies a Geo URL and its format
GoogleGeoSitemapUrl(GoogleGeoSitemapUrl.Options) - Constructor for class com.redfin.sitemapgenerator.GoogleGeoSitemapUrl
Configures the URL with GoogleGeoSitemapUrl.Options
GoogleGeoSitemapUrl.Format - Enum in com.redfin.sitemapgenerator
The two Geo URL formats: KML and GeoRSS
GoogleGeoSitemapUrl.Options - Class in com.redfin.sitemapgenerator
Options to configure Geo URLs
GoogleMobileSitemapGenerator - Class in com.redfin.sitemapgenerator
Builds a Google Mobile Sitemap, consisting of only mobile-friendly content.
GoogleMobileSitemapGenerator(String, File) - Constructor for class com.redfin.sitemapgenerator.GoogleMobileSitemapGenerator
Configures the generator with a base URL and directory to write the sitemap files.
GoogleMobileSitemapGenerator(URL, File) - Constructor for class com.redfin.sitemapgenerator.GoogleMobileSitemapGenerator
Configures the generator with a base URL and directory to write the sitemap files.
GoogleMobileSitemapGenerator(String) - Constructor for class com.redfin.sitemapgenerator.GoogleMobileSitemapGenerator
Configures the generator with a base URL and a null directory.
GoogleMobileSitemapGenerator(URL) - Constructor for class com.redfin.sitemapgenerator.GoogleMobileSitemapGenerator
Configures the generator with a base URL and a null directory.
GoogleMobileSitemapUrl - Class in com.redfin.sitemapgenerator
One configurable Google Mobile Search URL.
GoogleMobileSitemapUrl(String) - Constructor for class com.redfin.sitemapgenerator.GoogleMobileSitemapUrl
Specifies the url
GoogleMobileSitemapUrl(URL) - Constructor for class com.redfin.sitemapgenerator.GoogleMobileSitemapUrl
Specifies the url
GoogleMobileSitemapUrl(GoogleMobileSitemapUrl.Options) - Constructor for class com.redfin.sitemapgenerator.GoogleMobileSitemapUrl
Specifies configures url with options
GoogleMobileSitemapUrl.Options - Class in com.redfin.sitemapgenerator
Options to configure mobile URLs
GoogleNewsSitemapGenerator - Class in com.redfin.sitemapgenerator
Builds a sitemap for Google News.
GoogleNewsSitemapGenerator(String, File) - Constructor for class com.redfin.sitemapgenerator.GoogleNewsSitemapGenerator
Configures the generator with a base URL and directory to write the sitemap files.
GoogleNewsSitemapGenerator(URL, File) - Constructor for class com.redfin.sitemapgenerator.GoogleNewsSitemapGenerator
Configures the generator with a base URL and directory to write the sitemap files.
GoogleNewsSitemapGenerator(String) - Constructor for class com.redfin.sitemapgenerator.GoogleNewsSitemapGenerator
Configures the generator with a base URL and a null directory.
GoogleNewsSitemapGenerator(URL) - Constructor for class com.redfin.sitemapgenerator.GoogleNewsSitemapGenerator
Configures the generator with a base URL and a null directory.
GoogleNewsSitemapUrl - Class in com.redfin.sitemapgenerator
One configurable Google News Search URL.
GoogleNewsSitemapUrl(URL, Date) - Constructor for class com.redfin.sitemapgenerator.GoogleNewsSitemapUrl
Specifies an URL and publication date (which is mandatory for Google News)
GoogleNewsSitemapUrl(String, Date) - Constructor for class com.redfin.sitemapgenerator.GoogleNewsSitemapUrl
Specifies an URL and publication date (which is mandatory for Google News)
GoogleNewsSitemapUrl(GoogleNewsSitemapUrl.Options) - Constructor for class com.redfin.sitemapgenerator.GoogleNewsSitemapUrl
Configures an URL with options
GoogleNewsSitemapUrl.Options - Class in com.redfin.sitemapgenerator
Options to configure Google News URLs
GoogleVideoSitemapGenerator - Class in com.redfin.sitemapgenerator
Builds a sitemap for Google Video search.
GoogleVideoSitemapGenerator(String, File) - Constructor for class com.redfin.sitemapgenerator.GoogleVideoSitemapGenerator
Configures the generator with a base URL and directory to write the sitemap files.
GoogleVideoSitemapGenerator(URL, File) - Constructor for class com.redfin.sitemapgenerator.GoogleVideoSitemapGenerator
Configures the generator with a base URL and directory to write the sitemap files.
GoogleVideoSitemapGenerator(String) - Constructor for class com.redfin.sitemapgenerator.GoogleVideoSitemapGenerator
Configures the generator with a base URL and a null directory.
GoogleVideoSitemapGenerator(URL) - Constructor for class com.redfin.sitemapgenerator.GoogleVideoSitemapGenerator
Configures the generator with a base URL and a null directory.
GoogleVideoSitemapUrl - Class in com.redfin.sitemapgenerator
One configurable Google Video Search URL.
GoogleVideoSitemapUrl(URL, URL, boolean) - Constructor for class com.redfin.sitemapgenerator.GoogleVideoSitemapUrl
Specifies a landing page URL, together with a "player" (e.g.
GoogleVideoSitemapUrl(URL, URL) - Constructor for class com.redfin.sitemapgenerator.GoogleVideoSitemapUrl
Specifies a landing page URL, together with the URL of the underlying video (e.g.
GoogleVideoSitemapUrl(GoogleVideoSitemapUrl.Options) - Constructor for class com.redfin.sitemapgenerator.GoogleVideoSitemapUrl
Configures the url with options
GoogleVideoSitemapUrl.Options - Class in com.redfin.sitemapgenerator
Options to configure Google Video URLs

K

keywords(String) - Method in class com.redfin.sitemapgenerator.GoogleNewsSitemapUrl.Options
Specifies a list of comma-delimited keywords
keywords(Iterable<String>) - Method in class com.redfin.sitemapgenerator.GoogleNewsSitemapUrl.Options
Specifies a list of comma-delimited keywords
keywords(String...) - Method in class com.redfin.sitemapgenerator.GoogleNewsSitemapUrl.Options
Specifies a list of comma-delimited keywords

L

license(GoogleCodeSitemapUrl.License) - Method in class com.redfin.sitemapgenerator.GoogleCodeSitemapUrl.Options
Specifies code license
license(String) - Method in class com.redfin.sitemapgenerator.GoogleCodeSitemapUrl.Options
Specifies code license; when the value is not one of the recognized licenses, this will cause Google to index the item as "unknown license".

M

MAX_SITEMAPS_PER_INDEX - Static variable in class com.redfin.sitemapgenerator.SitemapIndexGenerator
Maximum 50,000 sitemaps per index allowed
MAX_URLS_PER_SITEMAP - Static variable in class com.redfin.sitemapgenerator.GoogleNewsSitemapGenerator
1000 URLs max in a Google News sitemap.

O

Options(String, GoogleCodeSitemapUrl.FileType) - Constructor for class com.redfin.sitemapgenerator.GoogleCodeSitemapUrl.Options
Specifies an url and a filetype (both mandatory in Google Code Search)
Options(URL, GoogleCodeSitemapUrl.FileType) - Constructor for class com.redfin.sitemapgenerator.GoogleCodeSitemapUrl.Options
Specifies an url and a filetype (both mandatory in Google Code Search)
Options(String, String) - Constructor for class com.redfin.sitemapgenerator.GoogleCodeSitemapUrl.Options
Specifies an url and a filetype (both mandatory in Google Code Search)
Options(URL, String) - Constructor for class com.redfin.sitemapgenerator.GoogleCodeSitemapUrl.Options
Specifies an url and a filetype (both mandatory in Google Code Search)
Options(String, GoogleGeoSitemapUrl.Format) - Constructor for class com.redfin.sitemapgenerator.GoogleGeoSitemapUrl.Options
Specifies a Geo URL and its format
Options(URL, GoogleGeoSitemapUrl.Format) - Constructor for class com.redfin.sitemapgenerator.GoogleGeoSitemapUrl.Options
Specifies a Geo URL and its format
Options(String) - Constructor for class com.redfin.sitemapgenerator.GoogleMobileSitemapUrl.Options
Specifies the url
Options(URL) - Constructor for class com.redfin.sitemapgenerator.GoogleMobileSitemapUrl.Options
Specifies the url
Options(String, Date) - Constructor for class com.redfin.sitemapgenerator.GoogleNewsSitemapUrl.Options
Specifies an URL and publication date (which is mandatory for Google News)
Options(URL, Date) - Constructor for class com.redfin.sitemapgenerator.GoogleNewsSitemapUrl.Options
Specifies an URL and publication date (which is mandatory for Google News)
Options(URL, URL, boolean) - Constructor for class com.redfin.sitemapgenerator.GoogleVideoSitemapUrl.Options
Specifies a landing page URL, together with a "player" (e.g.
Options(URL, URL) - Constructor for class com.redfin.sitemapgenerator.GoogleVideoSitemapUrl.Options
Specifies a landing page URL, together with the URL of the underlying video (e.g.
Options(URL, File) - Constructor for class com.redfin.sitemapgenerator.SitemapIndexGenerator.Options
Configures the generator with a base URL and destination to write the sitemap index file.
Options(String, File) - Constructor for class com.redfin.sitemapgenerator.SitemapIndexGenerator.Options
Configures the generator with a base URL and destination to write the sitemap index file.
Options(String) - Constructor for class com.redfin.sitemapgenerator.WebSitemapUrl.Options
Configure this URL
Options(URL) - Constructor for class com.redfin.sitemapgenerator.WebSitemapUrl.Options
Configure this URL

P

packageMap(String) - Method in class com.redfin.sitemapgenerator.GoogleCodeSitemapUrl.Options
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.
packageUrl(URL) - Method in class com.redfin.sitemapgenerator.GoogleCodeSitemapUrl.Options
The URL truncated at the top-level directory for the package; this tells Google which files belong together.
packageUrl(String) - Method in class com.redfin.sitemapgenerator.GoogleCodeSitemapUrl.Options
The URL truncated at the top-level directory for the package; this tells Google which files belong together.
parse(String, ParsePosition) - Method in class com.redfin.sitemapgenerator.W3CDateFormat
This is what you override when you extend DateFormat; use DateFormat.parse(String) instead
playerUrl(URL, boolean) - Method in class com.redfin.sitemapgenerator.GoogleVideoSitemapUrl.Options
Specifies a player URL (e.g.
publicationDate(Date) - Method in class com.redfin.sitemapgenerator.GoogleVideoSitemapUrl.Options
The date the video was first published, in W3CDateFormat.

R

rating(Double) - Method in class com.redfin.sitemapgenerator.GoogleVideoSitemapUrl.Options
The rating of the video.

S

SitemapGeneratorBuilder<G extends com.redfin.sitemapgenerator.SitemapGenerator<?,?>> - Class in com.redfin.sitemapgenerator
A convenience class to let you configure options straightforwardly; don't instantiate by hand.
SitemapGeneratorBuilder(URL, File, Class<G>) - Constructor for class com.redfin.sitemapgenerator.SitemapGeneratorBuilder
Configures the generator with a base URL and directory to write the sitemap files.
SitemapGeneratorBuilder(String, File, Class<G>) - Constructor for class com.redfin.sitemapgenerator.SitemapGeneratorBuilder
Configures the generator with a base URL and directory to write the sitemap files.
SitemapIndexGenerator - Class in com.redfin.sitemapgenerator
Builds a sitemap index, which points only to other sitemaps.
SitemapIndexGenerator(URL, File) - Constructor for class com.redfin.sitemapgenerator.SitemapIndexGenerator
Configures the generator with a base URL and destination to write the sitemap index file.
SitemapIndexGenerator(String, File) - Constructor for class com.redfin.sitemapgenerator.SitemapIndexGenerator
Configures the generator with a base URL and destination to write the sitemap index file.
SitemapIndexGenerator.Options - Class in com.redfin.sitemapgenerator
Options to configure sitemap index generation
SitemapIndexUrl - Class in com.redfin.sitemapgenerator
Represents a single sitemap for inclusion in a sitemap index.
SitemapIndexUrl(URL, Date) - Constructor for class com.redfin.sitemapgenerator.SitemapIndexUrl
Configures the sitemap URL with a specified lastMod
SitemapIndexUrl(String, Date) - Constructor for class com.redfin.sitemapgenerator.SitemapIndexUrl
Configures the sitemap URL with a specified lastMod
SitemapIndexUrl(URL) - Constructor for class com.redfin.sitemapgenerator.SitemapIndexUrl
Configures the sitemap URL with no specified lastMod; we'll use SitemapIndexGenerator.Options.defaultLastMod(Date) or leave it blank if no default is specified
SitemapIndexUrl(String) - Constructor for class com.redfin.sitemapgenerator.SitemapIndexUrl
Configures the sitemap URL with no specified lastMod; we'll use SitemapIndexGenerator.Options.defaultLastMod(Date) or leave it blank if no default is specified
SitemapValidator - Class in com.redfin.sitemapgenerator
Validates sitemaps and sitemap indexes
SitemapValidator() - Constructor for class com.redfin.sitemapgenerator.SitemapValidator
 

T

tags(ArrayList<String>) - Method in class com.redfin.sitemapgenerator.GoogleVideoSitemapUrl.Options
Tag associated with the video; tags are generally very short descriptions of key concepts associated with a video or piece of content.
tags(Iterable<String>) - Method in class com.redfin.sitemapgenerator.GoogleVideoSitemapUrl.Options
Tag associated with the video; tags are generally very short descriptions of key concepts associated with a video or piece of content.
tags(String...) - Method in class com.redfin.sitemapgenerator.GoogleVideoSitemapUrl.Options
Tag associated with the video; tags are generally very short descriptions of key concepts associated with a video or piece of content.
thumbnailUrl(URL) - Method in class com.redfin.sitemapgenerator.GoogleVideoSitemapUrl.Options
A URL pointing to the URL for the video thumbnail image file.
title(String) - Method in class com.redfin.sitemapgenerator.GoogleVideoSitemapUrl.Options
The title of the video.
toString() - Method in enum com.redfin.sitemapgenerator.ChangeFreq
 
toString() - Method in enum com.redfin.sitemapgenerator.GoogleCodeSitemapUrl.FileType
 
toString() - Method in enum com.redfin.sitemapgenerator.GoogleCodeSitemapUrl.License
 
toString() - Method in enum com.redfin.sitemapgenerator.GoogleGeoSitemapUrl.Format
 

V

validateSitemapIndex(File) - Static method in class com.redfin.sitemapgenerator.SitemapValidator
Validates a sitemap index file
validateWebSitemap(File) - Static method in class com.redfin.sitemapgenerator.SitemapValidator
Validates an ordinary web sitemap file (NOT a Google-specific sitemap)
valueOf(String) - Static method in enum com.redfin.sitemapgenerator.ChangeFreq
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.redfin.sitemapgenerator.GoogleCodeSitemapUrl.FileType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.redfin.sitemapgenerator.GoogleCodeSitemapUrl.License
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.redfin.sitemapgenerator.GoogleGeoSitemapUrl.Format
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.redfin.sitemapgenerator.W3CDateFormat.Pattern
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.redfin.sitemapgenerator.ChangeFreq
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.redfin.sitemapgenerator.GoogleCodeSitemapUrl.FileType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.redfin.sitemapgenerator.GoogleCodeSitemapUrl.License
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.redfin.sitemapgenerator.GoogleGeoSitemapUrl.Format
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.redfin.sitemapgenerator.W3CDateFormat.Pattern
Returns an array containing the constants of this enum type, in the order they are declared.
viewCount(int) - Method in class com.redfin.sitemapgenerator.GoogleVideoSitemapUrl.Options
The number of times the video has been viewed

W

W3CDateFormat - Class in com.redfin.sitemapgenerator
Formats and parses dates in the six defined W3C date time formats.
W3CDateFormat() - Constructor for class com.redfin.sitemapgenerator.W3CDateFormat
Build a formatter in AUTO mode
W3CDateFormat(W3CDateFormat.Pattern) - Constructor for class com.redfin.sitemapgenerator.W3CDateFormat
Build a formatter using the specified Pattern, or AUTO mode
W3CDateFormat.Pattern - Enum in com.redfin.sitemapgenerator
The six patterns defined by W3C, plus W3CDateFormat.Pattern.AUTO configuration
WebSitemapGenerator - Class in com.redfin.sitemapgenerator
Generates a regular old sitemap (USE THIS CLASS FIRST).
WebSitemapGenerator(String, File) - Constructor for class com.redfin.sitemapgenerator.WebSitemapGenerator
Configures the generator with a base URL and directory to write the sitemap files.
WebSitemapGenerator(URL, File) - Constructor for class com.redfin.sitemapgenerator.WebSitemapGenerator
Configures the generator with a base URL and directory to write the sitemap files.
WebSitemapGenerator(String) - Constructor for class com.redfin.sitemapgenerator.WebSitemapGenerator
Configures the generator with a base URL and a null directory.
WebSitemapGenerator(URL) - Constructor for class com.redfin.sitemapgenerator.WebSitemapGenerator
Configures the generator with a base URL and a null directory.
WebSitemapUrl - Class in com.redfin.sitemapgenerator
Encapsulates a single URL to be inserted into a Web sitemap (as opposed to a Geo sitemap, a Mobile sitemap, a Video sitemap, etc which are Google specific).
WebSitemapUrl(String) - Constructor for class com.redfin.sitemapgenerator.WebSitemapUrl
Encapsulates a single simple URL
WebSitemapUrl(URL) - Constructor for class com.redfin.sitemapgenerator.WebSitemapUrl
Encapsulates a single simple URL
WebSitemapUrl(WebSitemapUrl.Options) - Constructor for class com.redfin.sitemapgenerator.WebSitemapUrl
Creates an URL with configured options
WebSitemapUrl.Options - Class in com.redfin.sitemapgenerator
Options to configure web sitemap URLs
write() - Method in class com.redfin.sitemapgenerator.SitemapIndexGenerator
Writes out the sitemap index

Z

ZULU - Static variable in class com.redfin.sitemapgenerator.W3CDateFormat
The GMT ("zulu") time zone, for your convenience
A B C D F G K L M O P R S T V W Z 
Skip navigation links

Copyright © 2015. All rights reserved.