Package | Description |
---|---|
crawlercommons.sitemaps |
Sitemaps package provides all classes relevant to focused sitemap parsing,
url definition and processing.
|
Modifier and Type | Method and Description |
---|---|
SiteMapURL.ChangeFrequency |
SiteMapURL.getChangeFrequency()
Return the URL's change frequency
|
static SiteMapURL.ChangeFrequency |
SiteMapURL.ChangeFrequency.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SiteMapURL.ChangeFrequency[] |
SiteMapURL.ChangeFrequency.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SiteMapURL.setChangeFrequency(SiteMapURL.ChangeFrequency changeFreq)
Set the URL's change frequency
|
Constructor and Description |
---|
SiteMapURL(URL url,
Date lastModified,
SiteMapURL.ChangeFrequency changeFreq,
double priority,
boolean valid) |
Copyright © 2009–2016 Crawler-Commons. All rights reserved.