Class Webdav4sFileProvider
java.lang.Object
org.apache.commons.vfs2.provider.AbstractVfsComponent
org.apache.commons.vfs2.provider.AbstractVfsContainer
org.apache.commons.vfs2.provider.AbstractFileProvider
org.apache.commons.vfs2.provider.AbstractOriginatingFileProvider
org.apache.commons.vfs2.provider.http4.Http4FileProvider
org.apache.commons.vfs2.provider.http4s.Http4sFileProvider
org.apache.commons.vfs2.provider.webdav4s.Webdav4sFileProvider
- All Implemented Interfaces:
- Closeable,- AutoCloseable,- FileProvider,- VfsComponent
A provider for WebDAV based on HTTP4S.
- Since:
- 2.5.0
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected static final Collection<Capability> The capabilities of the WebDAV provider.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected FileSystemdoCreateFileSystem(FileName name, FileSystemOptions fileSystemOptions) Creates aFileSystem.Methods inherited from class org.apache.commons.vfs2.provider.http4.Http4FileProvidercreateHttpClient, createHttpClientBuilder, createHttpClientContext, createSSLContextMethods inherited from class org.apache.commons.vfs2.provider.AbstractOriginatingFileProviderfindFile, findFile, getFileSystemMethods inherited from class org.apache.commons.vfs2.provider.AbstractFileProvideraddFileSystem, close, closeFileSystem, createFileSystem, findFileSystem, freeUnusedResources, getFileNameParser, parseUri, setFileNameParserMethods inherited from class org.apache.commons.vfs2.provider.AbstractVfsContaineraddComponent, removeComponentMethods inherited from class org.apache.commons.vfs2.provider.AbstractVfsComponentgetContext, getLogger, init, setContext, setLogger
- 
Field Details- 
capabilitiesThe capabilities of the WebDAV provider.
 
- 
- 
Constructor Details- 
Webdav4sFileProviderpublic Webdav4sFileProvider()Constructs a new instance.
 
- 
- 
Method Details- 
doCreateFileSystemprotected FileSystem doCreateFileSystem(FileName name, FileSystemOptions fileSystemOptions) throws FileSystemException Creates aFileSystem.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 FileObjectin the FileSystem, then be sure to use correct signature of theFileSystemManagerresolveFile method.- Overrides:
- doCreateFileSystemin class- Http4FileProvider
- Throws:
- FileSystemException
- See Also:
 
- 
getCapabilities- Specified by:
- getCapabilitiesin interface- FileProvider
- Overrides:
- getCapabilitiesin class- Http4FileProvider
 
- 
getConfigBuilder- Specified by:
- getConfigBuilderin interface- FileProvider
- Overrides:
- getConfigBuilderin class- Http4FileProvider
 
 
-