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 SummaryModifier and TypeMethodDescriptiongetClassLoader(FileSystemOptions fileSystemOptions) Gets the class loader from the FileSystemOptions.protected Class<? extends FileSystem> Gets the target of this configuration.Gets the singleton builder.voidsetClassLoader(FileSystemOptions fileSystemOptions, ClassLoader classLoader) Sets the class loader in the FileSystemOptions.Methods inherited from class org.apache.commons.vfs2.FileSystemConfigBuildergetBoolean, 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, getParamOrDefault, getRootURI, getShort, getShort, getShort, getString, getString, hasObject, hasParam, setParam, setParam, setRootURI, toBooleanObject
- 
Method Details- 
getInstanceGets the singleton builder.- Returns:
- the singleton builder.
 
- 
getClassLoaderGets the class loader from the FileSystemOptions.- Parameters:
- fileSystemOptions- The source FileSystemOptions.
- Returns:
- the class loader from the FileSystemOptions.
 
- 
getConfigClassDescription copied from class:FileSystemConfigBuilderGets the target of this configuration.- Specified by:
- getConfigClassin class- FileSystemConfigBuilder
- Returns:
- the specific file system class
 
- 
setClassLoaderSets the class loader in the FileSystemOptions.- Parameters:
- fileSystemOptions- Target FileSystemOptions.
- classLoader- The data to set.
 
 
-