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() |
FileSystemConfigBuilder |
getConfigBuilder() |
findFile, findFile, getFileSystem
addFileSystem, close, closeFileSystem, createFileSystem, findFileSystem, freeUnusedResources, getFileNameParser, parseUri, setFileNameParser
addComponent, removeComponent
getContext, 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 HttpFileProvider
FileSystemException
DefaultFileSystemManager.resolveFile(FileObject, String, FileSystemOptions)
public FileSystemConfigBuilder getConfigBuilder()
getConfigBuilder
in interface FileProvider
getConfigBuilder
in class HttpFileProvider
public Collection<Capability> getCapabilities()
getCapabilities
in interface FileProvider
getCapabilities
in class HttpFileProvider
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.