public class WebdavFileProvider extends HttpFileProvider
| Modifier and Type | Field and Description |
|---|---|
static UserAuthenticationData.Type[] |
AUTHENTICATOR_TYPES
Deprecated.
Might be removed in the next major version.
|
protected static Collection<Capability> |
capabilities
The capabilities of the WebDAV provider
|
| Constructor and Description |
|---|
WebdavFileProvider() |
| Modifier and Type | Method and Description |
|---|---|
protected FileSystem |
doCreateFileSystem(FileName name,
FileSystemOptions fileSystemOptions)
Creates a
FileSystem. |
Collection<Capability> |
getCapabilities()
Get the filesystem capabilities.
These are the same as on the filesystem, but available before the first filesystem was instanciated. |
FileSystemConfigBuilder |
getConfigBuilder()
Returns the FileSystemConfigBuidler.
|
findFile, findFile, getFileSystemaddFileSystem, close, closeFileSystem, createFileSystem, findFileSystem, freeUnusedResources, getFileNameParser, parseUri, setFileNameParseraddComponent, removeComponentgetContext, getLogger, init, setContext, setLogger@Deprecated public static final UserAuthenticationData.Type[] AUTHENTICATOR_TYPES
protected static final Collection<Capability> capabilities
protected FileSystem doCreateFileSystem(FileName name, FileSystemOptions fileSystemOptions) throws FileSystemException
FileSystem.
If you're looking at this method and wondering how to get a FileSystemOptions object bearing the proxy host and
credentials configuration through to this method so it's used for resolving a
FileObject in the FileSystem, then be sure to use correct signature of
the FileSystemManager resolveFile method.
doCreateFileSystem in class HttpFileProvidername - The name of the root file of the file system to create.fileSystemOptions - The FileSystem options.FileSystemException - if an error occurs.DefaultFileSystemManager.resolveFile(FileObject, String, FileSystemOptions)public FileSystemConfigBuilder getConfigBuilder()
AbstractFileProvidergetConfigBuilder in interface FileProvidergetConfigBuilder in class HttpFileProviderpublic Collection<Capability> getCapabilities()
FileProvidergetCapabilities in interface FileProvidergetCapabilities in class HttpFileProviderCopyright © 2002–2017 The Apache Software Foundation. All rights reserved.