Package org.apache.commons.vfs.impl
Class DefaultFileSystemConfigBuilder
- java.lang.Object
-
- org.apache.commons.vfs.FileSystemConfigBuilder
-
- org.apache.commons.vfs.impl.DefaultFileSystemConfigBuilder
-
public class DefaultFileSystemConfigBuilder extends FileSystemConfigBuilder
Default options usable for all filesystems
-
-
Constructor Summary
Constructors Constructor Description DefaultFileSystemConfigBuilder()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.Class
getConfigClass()
static DefaultFileSystemConfigBuilder
getInstance()
UserAuthenticator
getUserAuthenticator(FileSystemOptions opts)
void
setUserAuthenticator(FileSystemOptions opts, UserAuthenticator userAuthenticator)
Sets the user authenticator to get authentication informations-
Methods inherited from class org.apache.commons.vfs.FileSystemConfigBuilder
getParam, hasParam, setParam
-
-
-
-
Method Detail
-
getInstance
public static DefaultFileSystemConfigBuilder getInstance()
-
setUserAuthenticator
public void setUserAuthenticator(FileSystemOptions opts, UserAuthenticator userAuthenticator) throws FileSystemException
Sets the user authenticator to get authentication informations- Throws:
FileSystemException
-
getUserAuthenticator
public UserAuthenticator getUserAuthenticator(FileSystemOptions opts)
-
getConfigClass
protected java.lang.Class getConfigClass()
- Specified by:
getConfigClass
in classFileSystemConfigBuilder
-
-