Skip navigation links
A C D E G I O R S W 

A

addCapabilities(Collection<Capability>) - Method in class org.apache.commons.vfs2.provider.webdav.WebdavFileSystem
Returns the capabilities of this file system.
AUTHENTICATOR_TYPES - Static variable in class org.apache.commons.vfs2.provider.webdav.WebdavFileProvider
Deprecated.
Might be removed in the next major version.

C

capabilities - Static variable in class org.apache.commons.vfs2.provider.webdav.WebdavFileProvider
The capabilities of the WebDAV provider
configureMethod(HttpMethodBase) - Method in class org.apache.commons.vfs2.provider.webdav.WebdavFileObject
 
create(FileContent) - Method in class org.apache.commons.vfs2.provider.webdav.WebdavFileContentInfoFactory
 
createFile(AbstractFileName) - Method in class org.apache.commons.vfs2.provider.webdav.WebdavFileSystem
Creates a file object.

D

doCreateFileSystem(FileName, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.webdav.WebdavFileProvider
Creates a FileSystem.
doCreateFolder() - Method in class org.apache.commons.vfs2.provider.webdav.WebdavFileObject
Creates this file as a folder.
doDelete() - Method in class org.apache.commons.vfs2.provider.webdav.WebdavFileObject
Deletes the file.
doGetAttributes() - Method in class org.apache.commons.vfs2.provider.webdav.WebdavFileObject
Returns the properties of the Webdav resource.
doGetContentSize() - Method in class org.apache.commons.vfs2.provider.webdav.WebdavFileObject
Returns the size of the file content (in bytes).
doGetLastModifiedTime() - Method in class org.apache.commons.vfs2.provider.webdav.WebdavFileObject
Returns the last modified time of this file.
doGetOutputStream(boolean) - Method in class org.apache.commons.vfs2.provider.webdav.WebdavFileObject
 
doGetType() - Method in class org.apache.commons.vfs2.provider.webdav.WebdavFileObject
Determines the type of this file.
doIsWriteable() - Method in class org.apache.commons.vfs2.provider.webdav.WebdavFileObject
Determines if this file can be written to.
doListChildren() - Method in class org.apache.commons.vfs2.provider.webdav.WebdavFileObject
Lists the children of the file.
doListChildrenResolved() - Method in class org.apache.commons.vfs2.provider.webdav.WebdavFileObject
Lists the children of the file.
doRename(FileObject) - Method in class org.apache.commons.vfs2.provider.webdav.WebdavFileObject
Rename the file.
doSetAttribute(String, Object) - Method in class org.apache.commons.vfs2.provider.webdav.WebdavFileObject
Sets an attribute of this file.

E

ExceptionConverter - Class in org.apache.commons.vfs2.provider.webdav
Converts WebDAV exceptions into FileSystemExceptions.

G

generate(DavException) - Static method in class org.apache.commons.vfs2.provider.webdav.ExceptionConverter
 
generate(DavException, DavMethod) - Static method in class org.apache.commons.vfs2.provider.webdav.ExceptionConverter
 
getCapabilities() - Method in class org.apache.commons.vfs2.provider.webdav.WebdavFileProvider
 
getClient() - Method in class org.apache.commons.vfs2.provider.webdav.WebdavFileSystem
 
getConfigBuilder() - Method in class org.apache.commons.vfs2.provider.webdav.WebdavFileProvider
 
getConfigClass() - Method in class org.apache.commons.vfs2.provider.webdav.WebdavFileSystemConfigBuilder
 
getCreatorName(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.webdav.WebdavFileSystemConfigBuilder
Return the user name to be associated with changes to the file.
getFileContentInfoFactory() - Method in class org.apache.commons.vfs2.provider.webdav.WebdavFileObject
 
getFollowRedirect(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.webdav.WebdavFileSystemConfigBuilder
Gets whether to follow redirects for the connection.
getInstance() - Static method in class org.apache.commons.vfs2.provider.webdav.WebdavFileNameParser
 
getInstance() - Static method in class org.apache.commons.vfs2.provider.webdav.WebdavFileSystemConfigBuilder
Gets the singleton builder.
getInstance() - Static method in class org.apache.commons.vfs2.provider.webdav.WebdavMethodRetryHandler
 
getURLStreamHandler() - Method in class org.apache.commons.vfs2.provider.webdav.WebdavFileSystem
Return a URLStreamHandler.

I

isVersioning(FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.webdav.WebdavFileSystemConfigBuilder
The cookies to add to the request.

O

org.apache.commons.vfs2.provider.webdav - package org.apache.commons.vfs2.provider.webdav
The WebDAV File Provider

R

RESPONSE_CHARSET - Static variable in class org.apache.commons.vfs2.provider.webdav.WebdavFileObject
The character set property name.
retryMethod(HttpMethod, IOException, int) - Method in class org.apache.commons.vfs2.provider.webdav.WebdavMethodRetryHandler
 

S

setCreatorName(FileSystemOptions, String) - Method in class org.apache.commons.vfs2.provider.webdav.WebdavFileSystemConfigBuilder
The user name to be associated with changes to the file.
setupMethod(HttpMethod) - Method in class org.apache.commons.vfs2.provider.webdav.WebdavFileObject
Prepares a Method object.
setVersioning(FileSystemOptions, boolean) - Method in class org.apache.commons.vfs2.provider.webdav.WebdavFileSystemConfigBuilder
Whether to use versioning.

W

WebdavFileContentInfoFactory - Class in org.apache.commons.vfs2.provider.webdav
Determines the content information for files accessed via WebDAV.
WebdavFileContentInfoFactory() - Constructor for class org.apache.commons.vfs2.provider.webdav.WebdavFileContentInfoFactory
 
WebdavFileNameParser - Class in org.apache.commons.vfs2.provider.webdav
Implementation for http.
WebdavFileNameParser() - Constructor for class org.apache.commons.vfs2.provider.webdav.WebdavFileNameParser
 
WebdavFileObject - Class in org.apache.commons.vfs2.provider.webdav
A WebDAV file.
WebdavFileObject(AbstractFileName, WebdavFileSystem) - Constructor for class org.apache.commons.vfs2.provider.webdav.WebdavFileObject
 
WebdavFileProvider - Class in org.apache.commons.vfs2.provider.webdav
A provider for WebDAV.
WebdavFileProvider() - Constructor for class org.apache.commons.vfs2.provider.webdav.WebdavFileProvider
 
WebdavFileSystem - Class in org.apache.commons.vfs2.provider.webdav
A WebDAV file system.
WebdavFileSystem(GenericFileName, HttpClient, FileSystemOptions) - Constructor for class org.apache.commons.vfs2.provider.webdav.WebdavFileSystem
 
WebdavFileSystemConfigBuilder - Class in org.apache.commons.vfs2.provider.webdav
Configuration options for WebDav.
WebdavMethodRetryHandler - Class in org.apache.commons.vfs2.provider.webdav
A retry handler which will retry a failed webdav method one time.
A C D E G I O R S W 
Skip navigation links

Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.