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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultFileSystemConfigBuilder
public DefaultFileSystemConfigBuilder()
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)
- See Also:
setUserAuthenticator(org.apache.commons.vfs.FileSystemOptions, org.apache.commons.vfs.UserAuthenticator)
getConfigClass
protected Class getConfigClass()
- Specified by:
getConfigClass
in class FileSystemConfigBuilder
Copyright © 2002-2006 The Apache Software Foundation. All Rights Reserved.