public class DefaultFileSystemConfigBuilder extends FileSystemConfigBuilder
Constructor | Description |
---|---|
DefaultFileSystemConfigBuilder() |
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
|
getParam, hasParam, setParam
public static DefaultFileSystemConfigBuilder getInstance()
public void setUserAuthenticator(FileSystemOptions opts, UserAuthenticator userAuthenticator) throws FileSystemException
FileSystemException
public UserAuthenticator getUserAuthenticator(FileSystemOptions opts)
protected java.lang.Class getConfigClass()
getConfigClass
in class FileSystemConfigBuilder