Package org.apache.commons.vfs2.impl
Class DefaultFileSystemConfigBuilder
java.lang.Object
org.apache.commons.vfs2.FileSystemConfigBuilder
org.apache.commons.vfs2.impl.DefaultFileSystemConfigBuilder
Default options usable for all file systems.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected Class<? extends FileSystem> Gets the target of this configuration.Gets the singleton builder.Gets the UserAuthenticator parameter.voidsetUserAuthenticator(FileSystemOptions opts, UserAuthenticator userAuthenticator) Sets the user authenticator to get authentication information.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
- 
Constructor Details- 
DefaultFileSystemConfigBuilderpublic DefaultFileSystemConfigBuilder()Constructs a new instance.
 
- 
- 
Method Details- 
getInstanceGets the singleton builder.- Returns:
- the singleton builder.
 
- 
getConfigClassDescription copied from class:FileSystemConfigBuilderGets the target of this configuration.- Specified by:
- getConfigClassin class- FileSystemConfigBuilder
- Returns:
- the specific file system class
 
- 
getUserAuthenticatorGets the UserAuthenticator parameter.- Parameters:
- opts- The FileSystemOptions.
- Returns:
- The UserAuthenticator parameter..
- See Also:
 
- 
setUserAuthenticatorSets the user authenticator to get authentication information.- Parameters:
- opts- The FileSystemOptions.
- userAuthenticator- The UserAuthenticator.
 
 
-