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.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Class<? extends FileSystem> Gets the target of this configuration.Gets the singleton builder.voidsetClassLoader(FileSystemOptions opts, ClassLoader classLoader) Methods inherited from class FileSystemConfigBuilder
getBoolean, getBoolean, getBoolean, getByte, getByte, getByte, getCharacter, getCharacter, getCharacter, getDouble, getDouble, getDouble, getDuration, getDuration, getDurationInteger, getDurationInteger, getEnum, getEnum, getFloat, getFloat, getFloat, getInteger, getInteger, getInteger, getLong, getLong, getLong, getParam, getRootURI, getShort, getShort, getShort, getString, getString, hasObject, hasParam, setParam, setParam, setRootURI, toBooleanObject
-
Field Details
-
BUILDER
-
-
Constructor Details
-
ResourceFileSystemConfigBuilder
private ResourceFileSystemConfigBuilder()
-
-
Method Details
-
getInstance
Gets the singleton builder.- Returns:
- the singleton builder.
-
setClassLoader
-
getClassLoader
-
getConfigClass
Description copied from class:FileSystemConfigBuilderGets the target of this configuration.- Specified by:
getConfigClassin classFileSystemConfigBuilder- Returns:
- the specific file system class
-