public static class SitemapFileIterator.Options extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SitemapFileIterator.Options.SitemapFileType |
static class |
SitemapFileIterator.Options.SitemapSchemaType |
| Constructor and Description |
|---|
Options() |
Options(URL fileUrl,
Charset charset,
SitemapFileIterator.Options.SitemapSchemaType schemaType,
SitemapFileIterator.Options.SitemapFileType fileType) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
Charset |
getCharset() |
SitemapFileIterator.Options.SitemapFileType |
getFileType() |
URL |
getFileUrl() |
SitemapFileIterator.Options.SitemapSchemaType |
getSchemaType() |
void |
setCharset(Charset charset) |
void |
setFileType(SitemapFileIterator.Options.SitemapFileType fileType) |
void |
setFileUrl(URL fileUrl) |
void |
setSchemaType(SitemapFileIterator.Options.SitemapSchemaType schemaType) |
public Options()
public Options(URL fileUrl, Charset charset, SitemapFileIterator.Options.SitemapSchemaType schemaType, SitemapFileIterator.Options.SitemapFileType fileType)
public Charset getCharset()
public void setCharset(Charset charset)
public URL getFileUrl()
public void setFileUrl(URL fileUrl)
public SitemapFileIterator.Options.SitemapFileType getFileType()
public void setFileType(SitemapFileIterator.Options.SitemapFileType fileType)
public SitemapFileIterator.Options.SitemapSchemaType getSchemaType()
public void setSchemaType(SitemapFileIterator.Options.SitemapSchemaType schemaType)
Copyright © 2023. All rights reserved.