- doAttach() - Method in class org.apache.commons.vfs.provider.mime.MimeFileObject
-
Attaches this file object to its file resource.
- doAttach() - Method in class org.apache.commons.vfs.provider.smb.SmbFileObject
-
Attaches this file object to its file resource.
- doAttach() - Method in class org.apache.commons.vfs.provider.webdav.WebdavFileObject
-
Attaches this file object to its file resource.
- doCloseCommunicationLink() - Method in class org.apache.commons.vfs.provider.mime.MimeFileSystem
-
- doCreateFileSystem(String, FileObject, FileSystemOptions) - Method in class org.apache.commons.vfs.provider.mime.MimeFileProvider
-
Creates the filesystem.
- doCreateFileSystem(FileName, FileSystemOptions) - Method in class org.apache.commons.vfs.provider.smb.SmbFileProvider
-
Creates the filesystem.
- doCreateFileSystem(FileName, FileSystemOptions) - Method in class org.apache.commons.vfs.provider.webdav.WebdavFileProvider
-
Creates a filesystem.
- doCreateFolder() - Method in class org.apache.commons.vfs.provider.smb.SmbFileObject
-
Creates this file as a folder.
- doCreateFolder() - Method in class org.apache.commons.vfs.provider.webdav.WebdavFileObject
-
Creates this file as a folder.
- doDelete() - Method in class org.apache.commons.vfs.provider.smb.SmbFileObject
-
Deletes the file.
- doDelete() - Method in class org.apache.commons.vfs.provider.webdav.WebdavFileObject
-
Deletes the file.
- doDetach() - Method in class org.apache.commons.vfs.provider.mime.MimeFileObject
-
- doDetach() - Method in class org.apache.commons.vfs.provider.smb.SmbFileObject
-
- doDetach() - Method in class org.apache.commons.vfs.provider.webdav.WebdavFileObject
-
- doGetAttributes() - Method in class org.apache.commons.vfs.provider.mime.MimeFileObject
-
Returns all headers of this part.
The map key is a java.lang.String and the value is a:
java.lang.Strings for single entries
or a
java.utils.List of java.lang.Strings for entries with multiple values
- doGetAttributes() - Method in class org.apache.commons.vfs.provider.webdav.WebdavFileObject
-
Returns the properties of the Webdav resource.
- doGetContentSize() - Method in class org.apache.commons.vfs.provider.mime.MimeFileObject
-
Returns the size of the file content (in bytes).
- doGetContentSize() - Method in class org.apache.commons.vfs.provider.smb.SmbFileObject
-
Returns the size of the file content (in bytes).
- doGetContentSize() - Method in class org.apache.commons.vfs.provider.webdav.WebdavFileObject
-
Returns the size of the file content (in bytes).
- doGetInputStream() - Method in class org.apache.commons.vfs.provider.mime.MimeFileObject
-
Creates an input stream to read the file content from.
- doGetInputStream() - Method in class org.apache.commons.vfs.provider.smb.SmbFileObject
-
Creates an input stream to read the file content from.
- doGetInputStream() - Method in class org.apache.commons.vfs.provider.webdav.WebdavFileObject
-
Creates an input stream to read the file content from.
- doGetLastModifiedTime() - Method in class org.apache.commons.vfs.provider.mime.MimeFileObject
-
Returns the last modified time of this file.
- doGetLastModifiedTime() - Method in class org.apache.commons.vfs.provider.smb.SmbFileObject
-
Returns the last modified time of this file.
- doGetLastModifiedTime() - Method in class org.apache.commons.vfs.provider.webdav.WebdavFileObject
-
Returns the last modified time of this file.
- doGetOutputStream(boolean) - Method in class org.apache.commons.vfs.provider.smb.SmbFileObject
-
Creates an output stream to write the file content to.
- doGetOutputStream(boolean) - Method in class org.apache.commons.vfs.provider.webdav.WebdavFileObject
-
Creates an output stream to write the file content to.
- doGetRandomAccessContent(RandomAccessMode) - Method in class org.apache.commons.vfs.provider.smb.SmbFileObject
-
random access
- doGetRandomAccessContent(RandomAccessMode) - Method in class org.apache.commons.vfs.provider.webdav.WebdavFileObject
-
- doGetType() - Method in class org.apache.commons.vfs.provider.mime.MimeFileObject
-
Determines the type of the file, returns null if the file does not
exist.
- doGetType() - Method in class org.apache.commons.vfs.provider.smb.SmbFileObject
-
Determines the type of the file, returns null if the file does not
exist.
- doGetType() - Method in class org.apache.commons.vfs.provider.webdav.WebdavFileObject
-
Determines the type of the file, returns null if the file does not
exist.
- doIsHidden() - Method in class org.apache.commons.vfs.provider.smb.SmbFileObject
-
Determines if this file is hidden.
- doIsReadable() - Method in class org.apache.commons.vfs.provider.webdav.WebdavFileObject
-
- doIsWriteable() - Method in class org.apache.commons.vfs.provider.webdav.WebdavFileObject
-
- doListChildren() - Method in class org.apache.commons.vfs.provider.mime.MimeFileObject
-
- doListChildren() - Method in class org.apache.commons.vfs.provider.smb.SmbFileObject
-
Lists the children of the file.
- doListChildren() - Method in class org.apache.commons.vfs.provider.webdav.WebdavFileObject
-
Lists the children of the file.
- doListChildrenResolved() - Method in class org.apache.commons.vfs.provider.mime.MimeFileObject
-
Lists the children of the file.
- doListChildrenResolved() - Method in class org.apache.commons.vfs.provider.webdav.WebdavFileObject
-
Lists the children of the file.
- doRename(FileObject) - Method in class org.apache.commons.vfs.provider.smb.SmbFileObject
-
- doRename(FileObject) - Method in class org.apache.commons.vfs.provider.webdav.WebdavFileObject
-
Rename the file.