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, 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
name
- 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()
AbstractFileProvider
getConfigBuilder
in interface FileProvider
getConfigBuilder
in class HttpFileProvider
public Collection<Capability> getCapabilities()
FileProvider
getCapabilities
in interface FileProvider
getCapabilities
in class HttpFileProvider
Copyright © 2002–2016. All rights reserved.