public class GoogleCodeSitemapUrl extends WebSitemapUrl
GoogleCodeSitemapUrl.Options
| Modifier and Type | Class and Description |
|---|---|
static class |
GoogleCodeSitemapUrl
The type of code represented by this URL
|
static class |
GoogleCodeSitemapUrl
The license of the code represented by this URL
|
static class |
GoogleCodeSitemapUrl
Options to configure Google Code Search URLs
|
| Constructor and Description |
|---|
GoogleCodeSitemapUrl(GoogleCodeSitemapUrl
|
GoogleCodeSitemapUrl(String
Specifies an url and a filetype (both mandatory in Google Code Search)
|
GoogleCodeSitemapUrl(String
Specifies an url and a filetype (both mandatory in Google Code Search)
|
GoogleCodeSitemapUrl(URL
Specifies an url and a filetype (both mandatory in Google Code Search)
|
GoogleCodeSitemapUrl(URL
Specifies an url and a filetype (both mandatory in Google Code Search)
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFileName()
Retrieves the
GoogleCodeSitemapUrl
|
String |
getFileType()
Retrieves the
GoogleCodeSitemapUrl
|
String |
getLicense()
Retrieves the
GoogleCodeSitemapUrl
|
String |
getPackageMap()
Retrieves the
GoogleCodeSitemapUrl
|
URL |
getPackageUrl()
Retrieves the
GoogleCodeSitemapUrl
|
getChangeFreq, getLastMod, getPriority, getUrlpublic GoogleCodeSitemapUrl(URLurl, GoogleCodeSitemapUrl .FileType fileType)
public GoogleCodeSitemapUrl(Stringurl, GoogleCodeSitemapUrl .FileType fileType) throws MalformedURLException
MalformedURLException
public GoogleCodeSitemapUrl(URLurl, String fileType)
public GoogleCodeSitemapUrl(Stringurl, String fileType) throws MalformedURLException
MalformedURLException
public GoogleCodeSitemapUrl(GoogleCodeSitemapUrl.Options options)
public StringgetFileType()
GoogleCodeSitemapUrl.Options.fileType
public StringgetLicense()
GoogleCodeSitemapUrl.Options.license
public StringgetFileName()
GoogleCodeSitemapUrl.Options.fileName
public URLgetPackageUrl()
GoogleCodeSitemapUrl.Options.packageUrl
public StringgetPackageMap()
GoogleCodeSitemapUrl.Options.packageMap