public class WebDavFileSystem
extends org.apache.commons.vfs.provider.AbstractFileSystem
implements org.apache.commons.vfs.FileSystem
| Modifier | Constructor and Description |
|---|---|
protected |
WebDavFileSystem(org.apache.commons.vfs.provider.GenericFileName rootName,
org.apache.commons.httpclient.HttpClient client,
org.apache.commons.vfs.FileSystemOptions fileSystemOptions) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addCapabilities(java.util.Collection caps)
Adds the capabilities of this file system.
|
protected void |
closeHttpClientConnection() |
protected org.apache.commons.vfs.FileObject |
createFile(org.apache.commons.vfs.FileName name)
Creates a file object.
|
protected org.apache.commons.httpclient.HttpClient |
getClient()
Returns the client for this file system.
|
addJunction, addListener, close, closeCommunicationLink, decorateFileObject, doCloseCommunicationLink, doReplicateFile, fireFileChanged, fireFileCreated, fireFileDeleted, getAttribute, getFileFromCache, getFileSystemManager, getFileSystemOptions, getLastModTimeAccuracy, getParentLayer, getRoot, getRootName, hasCapability, init, isOpen, isReleaseable, notifyAllStreamsClosed, putFileToCache, removeFileFromCache, removeJunction, removeListener, replicateFile, resolveFile, resolveFile, setAttributegetContext, getLogger, setContext, setLoggerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddJunction, addListener, getAttribute, getFileSystemManager, getFileSystemOptions, getLastModTimeAccuracy, getParentLayer, getRoot, getRootName, hasCapability, removeJunction, removeListener, replicateFile, resolveFile, resolveFile, setAttributeprotected WebDavFileSystem(org.apache.commons.vfs.provider.GenericFileName rootName,
org.apache.commons.httpclient.HttpClient client,
org.apache.commons.vfs.FileSystemOptions fileSystemOptions)
protected void addCapabilities(java.util.Collection caps)
addCapabilities in class org.apache.commons.vfs.provider.AbstractFileSystemprotected org.apache.commons.httpclient.HttpClient getClient()
throws org.apache.commons.vfs.FileSystemException
org.apache.commons.vfs.FileSystemExceptionprotected void closeHttpClientConnection()
throws org.apache.commons.vfs.FileSystemException
org.apache.commons.vfs.FileSystemExceptionprotected org.apache.commons.vfs.FileObject createFile(org.apache.commons.vfs.FileName name)
createFile in class org.apache.commons.vfs.provider.AbstractFileSystem