org.apache.commons.vfs.FileSystem
, org.apache.commons.vfs.provider.VfsComponent
public class WebDavFileSystem
extends org.apache.commons.vfs.provider.AbstractFileSystem
implements org.apache.commons.vfs.FileSystem
Modifier | Constructor | 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 | 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, setAttribute
getContext, getLogger, setContext, setLogger
addJunction, addListener, getAttribute, getFileSystemManager, getFileSystemOptions, getLastModTimeAccuracy, getParentLayer, getRoot, getRootName, hasCapability, removeJunction, removeListener, replicateFile, resolveFile, resolveFile, setAttribute
protected 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.AbstractFileSystem
protected org.apache.commons.httpclient.HttpClient getClient() throws org.apache.commons.vfs.FileSystemException
org.apache.commons.vfs.FileSystemException
protected void closeHttpClientConnection() throws org.apache.commons.vfs.FileSystemException
org.apache.commons.vfs.FileSystemException
protected org.apache.commons.vfs.FileObject createFile(org.apache.commons.vfs.FileName name)
createFile
in class org.apache.commons.vfs.provider.AbstractFileSystem