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