- doCreateFileSystem(FileName, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.webdav.WebdavFileProvider
-
- 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.