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