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.
|
closeCommunicationLink
addJunction, 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, setAttribute
getContext, getLogger, setContext, setLogger
protected WebdavFileSystem(GenericFileName rootName, org.apache.commons.httpclient.HttpClient client, FileSystemOptions fileSystemOptions)
protected org.apache.commons.httpclient.HttpClient getClient()
getClient
in class HttpFileSystem
protected void addCapabilities(Collection<Capability> caps)
addCapabilities
in class HttpFileSystem
caps
- The Capabilities to add.protected FileObject createFile(AbstractFileName name)
createFile
in class HttpFileSystem
name
- the FileName.public URLStreamHandler getURLStreamHandler()
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.