Uses of Class
org.apache.commons.vfs2.FileSystemConfigBuilder
-
Packages that use FileSystemConfigBuilder Package Description org.apache.commons.vfs2 The public VFS API.org.apache.commons.vfs2.impl The standard VFS implementation.org.apache.commons.vfs2.provider The File Provider API, and utility classes.org.apache.commons.vfs2.provider.http The HTTP File Providerorg.apache.commons.vfs2.provider.ram The RAM File Provider.org.apache.commons.vfs2.provider.res The Resource File Providerorg.apache.commons.vfs2.provider.url The Default File Provider, which wraps java.net.URL. -
-
Uses of FileSystemConfigBuilder in org.apache.commons.vfs2
Methods in org.apache.commons.vfs2 that return FileSystemConfigBuilder Modifier and Type Method Description FileSystemConfigBuilder
FileSystemManager. getFileSystemConfigBuilder(java.lang.String scheme)
Get the configuration builder for the given scheme. -
Uses of FileSystemConfigBuilder in org.apache.commons.vfs2.impl
Subclasses of FileSystemConfigBuilder in org.apache.commons.vfs2.impl Modifier and Type Class Description class
DefaultFileSystemConfigBuilder
Default options usable for all file systems.Methods in org.apache.commons.vfs2.impl that return FileSystemConfigBuilder Modifier and Type Method Description FileSystemConfigBuilder
DefaultFileSystemManager. getFileSystemConfigBuilder(java.lang.String scheme)
Get the configuration builder for the given scheme. -
Uses of FileSystemConfigBuilder in org.apache.commons.vfs2.provider
Methods in org.apache.commons.vfs2.provider that return FileSystemConfigBuilder Modifier and Type Method Description FileSystemConfigBuilder
AbstractFileProvider. getConfigBuilder()
Returns the FileSystemConfigBuidler.FileSystemConfigBuilder
FileProvider. getConfigBuilder()
Gets the configbuilder useable to collect the needed fileSystemOptions. -
Uses of FileSystemConfigBuilder in org.apache.commons.vfs2.provider.http
Subclasses of FileSystemConfigBuilder in org.apache.commons.vfs2.provider.http Modifier and Type Class Description class
HttpFileSystemConfigBuilder
Configuration options for HTTP.Methods in org.apache.commons.vfs2.provider.http that return FileSystemConfigBuilder Modifier and Type Method Description FileSystemConfigBuilder
HttpFileProvider. getConfigBuilder()
-
Uses of FileSystemConfigBuilder in org.apache.commons.vfs2.provider.ram
Subclasses of FileSystemConfigBuilder in org.apache.commons.vfs2.provider.ram Modifier and Type Class Description class
RamFileSystemConfigBuilder
Config Builder for the RAM filesystem. -
Uses of FileSystemConfigBuilder in org.apache.commons.vfs2.provider.res
Subclasses of FileSystemConfigBuilder in org.apache.commons.vfs2.provider.res Modifier and Type Class Description class
ResourceFileSystemConfigBuilder
The config BUILDER for various ftp configuration options.Methods in org.apache.commons.vfs2.provider.res that return FileSystemConfigBuilder Modifier and Type Method Description FileSystemConfigBuilder
ResourceFileProvider. getConfigBuilder()
-
Uses of FileSystemConfigBuilder in org.apache.commons.vfs2.provider.url
Methods in org.apache.commons.vfs2.provider.url that return FileSystemConfigBuilder Modifier and Type Method Description FileSystemConfigBuilder
UrlFileProvider. getConfigBuilder()
-