Index

A C D E G I O R S W 
All Classes and Interfaces|All Packages

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
Configures the given HttpMethodBase.
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
Generates a new instance of FileSystemException.
generate(DavException, DavMethod) - Static method in class org.apache.commons.vfs2.provider.webdav.ExceptionConverter
Generates a new instance of FileSystemException.
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
Gets 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
Gets the singleton instance.
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
Gets the singleton instance.
getURLStreamHandler() - Method in class org.apache.commons.vfs2.provider.webdav.WebdavFileSystem
Gets 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
Constructs a new instance.
WebdavFileNameParser - Class in org.apache.commons.vfs2.provider.webdav
Implementation for http. set default port to 80
WebdavFileNameParser() - Constructor for class org.apache.commons.vfs2.provider.webdav.WebdavFileNameParser
Constructs a new instance.
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
Constructs a new instance.
WebdavFileProvider - Class in org.apache.commons.vfs2.provider.webdav
A provider for WebDAV.
WebdavFileProvider() - Constructor for class org.apache.commons.vfs2.provider.webdav.WebdavFileProvider
Constructs a new instance.
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
Constructs a new instance.
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 
All Classes and Interfaces|All Packages