Package org.apache.commons.vfs.impl
Class DefaultFileSystemConfigBuilder
java.lang.Object
org.apache.commons.vfs.FileSystemConfigBuilder
org.apache.commons.vfs.impl.DefaultFileSystemConfigBuilder
Default options usable for all filesystems
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Class
void
setUserAuthenticator
(FileSystemOptions opts, UserAuthenticator userAuthenticator) Sets the user authenticator to get authentication informationsMethods inherited from class org.apache.commons.vfs.FileSystemConfigBuilder
getParam, hasParam, setParam
-
Constructor Details
-
DefaultFileSystemConfigBuilder
public DefaultFileSystemConfigBuilder()
-
-
Method Details
-
getInstance
-
setUserAuthenticator
public void setUserAuthenticator(FileSystemOptions opts, UserAuthenticator userAuthenticator) throws FileSystemException Sets the user authenticator to get authentication informations- Throws:
FileSystemException
-
getUserAuthenticator
- See Also:
-
getConfigClass
- Specified by:
getConfigClass
in classFileSystemConfigBuilder
-