public class GoogleCodeSitemapUrl extends WebSitemapUrl
GoogleCodeSitemapUrl.OptionsGoogleCodeSitemapUrl.Options,
Creating Code Search Sitemaps| Modifier and Type | Class and Description |
|---|---|
static class |
GoogleCodeSitemapUrl.FileType
The type of code represented by this URL
|
static class |
GoogleCodeSitemapUrl.License
The license of the code represented by this URL
|
static class |
GoogleCodeSitemapUrl.Options
Options to configure Google Code Search URLs
|
| Constructor and Description |
|---|
GoogleCodeSitemapUrl(GoogleCodeSitemapUrl.Options options) |
GoogleCodeSitemapUrl(String url,
GoogleCodeSitemapUrl.FileType fileType)
Specifies an url and a filetype (both mandatory in Google Code Search)
|
GoogleCodeSitemapUrl(String url,
String fileType)
Specifies an url and a filetype (both mandatory in Google Code Search)
|
GoogleCodeSitemapUrl(URL url,
GoogleCodeSitemapUrl.FileType fileType)
Specifies an url and a filetype (both mandatory in Google Code Search)
|
GoogleCodeSitemapUrl(URL url,
String fileType)
Specifies an url and a filetype (both mandatory in Google Code Search)
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFileName()
Retrieves the
GoogleCodeSitemapUrl.Options.fileName |
String |
getFileType()
Retrieves the
GoogleCodeSitemapUrl.Options.fileType |
String |
getLicense()
Retrieves the
GoogleCodeSitemapUrl.Options.license |
String |
getPackageMap()
Retrieves the
GoogleCodeSitemapUrl.Options.packageMap |
URL |
getPackageUrl()
Retrieves the
GoogleCodeSitemapUrl.Options.packageUrl |
getChangeFreq, getLastMod, getPriority, getUrlpublic GoogleCodeSitemapUrl(URL url, GoogleCodeSitemapUrl.FileType fileType)
public GoogleCodeSitemapUrl(String url, GoogleCodeSitemapUrl.FileType fileType) throws MalformedURLException
MalformedURLExceptionpublic GoogleCodeSitemapUrl(URL url, String fileType)
public GoogleCodeSitemapUrl(String url, String fileType) throws MalformedURLException
MalformedURLExceptionpublic GoogleCodeSitemapUrl(GoogleCodeSitemapUrl.Options options)
public String getFileType()
GoogleCodeSitemapUrl.Options.fileTypepublic String getLicense()
GoogleCodeSitemapUrl.Options.licensepublic String getFileName()
GoogleCodeSitemapUrl.Options.fileNamepublic URL getPackageUrl()
GoogleCodeSitemapUrl.Options.packageUrlpublic String getPackageMap()
GoogleCodeSitemapUrl.Options.packageMapCopyright © 2015. All rights reserved.