Class ResourceFileSystemConfigBuilder
java.lang.Object
org.apache.commons.vfs2.FileSystemConfigBuilder
org.apache.commons.vfs2.provider.res.ResourceFileSystemConfigBuilder
The config BUILDER for various ftp configuration options.
-
Method Summary
Modifier and TypeMethodDescriptionprotected Class<? extends FileSystem>
Get the target of this configuration.Gets the singleton builder.void
setClassLoader
(FileSystemOptions opts, ClassLoader classLoader) Methods inherited from class org.apache.commons.vfs2.FileSystemConfigBuilder
getBoolean, getBoolean, getBoolean, getByte, getByte, getByte, getCharacter, getCharacter, getCharacter, getDouble, getDouble, getDouble, getEnum, getEnum, getFloat, getFloat, getFloat, getInteger, getInteger, getInteger, getLong, getLong, getLong, getParam, getRootURI, getShort, getShort, getShort, getString, getString, hasObject, hasParam, setParam, setParam, setRootURI
-
Method Details
-
getInstance
Gets the singleton builder.- Returns:
- the singleton builder.
-
setClassLoader
-
getClassLoader
-
getConfigClass
Description copied from class:FileSystemConfigBuilder
Get the target of this configuration.- Specified by:
getConfigClass
in classFileSystemConfigBuilder
- Returns:
- the specific file system class
-