|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.vfs2.FileSystemConfigBuilder
org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
org.apache.commons.vfs2.provider.webdav.WebdavFileSystemConfigBuilder
public final class WebdavFileSystemConfigBuilder
Configuration options for WebDav.
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder |
|---|
getCookies, getMaxConnectionsPerHost, getMaxTotalConnections, getProxyAuthenticator, getProxyHost, getProxyPort, getUrlCharset, isPreemptiveAuth, setCookies, setMaxConnectionsPerHost, setMaxTotalConnections, setPreemptiveAuth, setProxyAuthenticator, setProxyHost, setProxyPort, setUrlCharset |
| Methods inherited from class org.apache.commons.vfs2.FileSystemConfigBuilder |
|---|
getBoolean, 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, setRootURI |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public 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 options
public 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 HttpFileSystemConfigBuilder
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||