|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.commons.vfs2.FileSystemConfigBuilder
org.apache.commons.vfs2.impl.DefaultFileSystemConfigBuilder
public class DefaultFileSystemConfigBuilder
Default options usable for all filesystems.
| Constructor Summary | |
|---|---|
DefaultFileSystemConfigBuilder()
|
|
| Method Summary | |
|---|---|
protected java.lang.Class<? extends FileSystem> |
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.vfs2.FileSystemConfigBuilder |
|---|
getBoolean, getBoolean, getBoolean, getByte, getByte, getByte, getCharacter, getCharacter, getCharacter, getDouble, getDouble, getDouble, getFloat, getFloat, getFloat, getInteger, getInteger, getInteger, getLong, getLong, getLong, getParam, getRootURI, getShort, getShort, getShort, getString, getString, hasObject, hasParam, setParam, setRootURI |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultFileSystemConfigBuilder()
| Method Detail |
|---|
public static DefaultFileSystemConfigBuilder getInstance()
public void setUserAuthenticator(FileSystemOptions opts,
UserAuthenticator userAuthenticator)
throws FileSystemException
opts - The FileSystemOptions.userAuthenticator - The UserAuthenticator.
FileSystemException - if an error occurs setting the UserAuthenticator.public UserAuthenticator getUserAuthenticator(FileSystemOptions opts)
opts - The FileSystemOptions.
setUserAuthenticator(org.apache.commons.vfs2.FileSystemOptions, org.apache.commons.vfs2.UserAuthenticator)protected java.lang.Class<? extends FileSystem> getConfigClass()
getConfigClass in class FileSystemConfigBuilder
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||