public final class WebdavFileSystemConfigBuilder extends HttpFileSystemConfigBuilder
| Modifier and Type | Method and Description |
|---|---|
protected Class<? extends FileSystem> |
getConfigClass() |
String |
getCreatorName(FileSystemOptions opts)
Return the user name to be associated with changes to the file.
|
static HttpFileSystemConfigBuilder |
getInstance() |
boolean |
isVersioning(FileSystemOptions opts)
The cookies to add to the request.
|
void |
setCreatorName(FileSystemOptions opts,
String creatorName)
The user name to be associated with changes to the file.
|
void |
setVersioning(FileSystemOptions opts,
boolean versioning)
Whether to use versioning.
|
getCookies, getMaxConnectionsPerHost, getMaxTotalConnections, getProxyAuthenticator, getProxyHost, getProxyPort, getUrlCharset, isPreemptiveAuth, setCookies, setMaxConnectionsPerHost, setMaxTotalConnections, setPreemptiveAuth, setProxyAuthenticator, setProxyHost, setProxyPort, setUrlCharsetgetBoolean, getBoolean, getBoolean, getByte, getByte, getByte, getCharacter, getCharacter, getCharacter, getDouble, getDouble, getDouble, getFloat, getFloat, getFloat, getInteger, getInteger, getInteger, getLong, getLong, getLong, getParam, getRootURI, getShort, getShort, getShort, getString, getString, hasObject, hasParam, setParam, setRootURIpublic static HttpFileSystemConfigBuilder getInstance()
public void setCreatorName(FileSystemOptions opts, String creatorName)
opts - The FileSystem optionscreatorName - The creator name to be associated with the file.public String getCreatorName(FileSystemOptions opts)
opts - The FileSystem optionspublic void setVersioning(FileSystemOptions opts, boolean versioning)
opts - The FileSystem options.versioning - true if versioning should be enabled.public boolean isVersioning(FileSystemOptions opts)
opts - The FileSystem options.protected Class<? extends FileSystem> getConfigClass()
getConfigClass in class HttpFileSystemConfigBuilderCopyright © 2002–2018 WSO2. All rights reserved.