public class WebdavFileSystem extends HttpFileSystem
| Modifier | Constructor and Description |
|---|---|
protected |
WebdavFileSystem(GenericFileName rootName,
org.apache.commons.httpclient.HttpClient client,
FileSystemOptions fileSystemOptions) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addCapabilities(Collection<Capability> caps)
Returns the capabilities of this file system.
|
protected FileObject |
createFile(AbstractFileName name)
Creates a file object.
|
protected org.apache.commons.httpclient.HttpClient |
getClient() |
URLStreamHandler |
getURLStreamHandler()
Return a URLStreamHandler.
|
closeCommunicationLinkaddJunction, addListener, close, decorateFileObject, doCloseCommunicationLink, doReplicateFile, fireFileChanged, fireFileCreated, fireFileDeleted, getAttribute, getFileFromCache, getFileSystemManager, getFileSystemOptions, getLastModTimeAccuracy, getParentLayer, getRoot, getRootName, getRootURI, hasCapability, init, isOpen, isReleaseable, notifyAllStreamsClosed, putFileToCache, removeFileFromCache, removeJunction, removeListener, replicateFile, resolveFile, resolveFile, setAttributegetContext, getLogger, setContext, setLoggerprotected WebdavFileSystem(GenericFileName rootName, org.apache.commons.httpclient.HttpClient client, FileSystemOptions fileSystemOptions)
protected org.apache.commons.httpclient.HttpClient getClient()
getClient in class HttpFileSystemprotected void addCapabilities(Collection<Capability> caps)
addCapabilities in class HttpFileSystemcaps - The Capabilities to add.protected FileObject createFile(AbstractFileName name)
createFile in class HttpFileSystemname - the FileName.public URLStreamHandler getURLStreamHandler()
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.