public class DbxClientFactory
extends java.lang.Object
Constructor and Description |
---|
DbxClientFactory()
Constructor method (do not use).
|
Modifier and Type | Method and Description |
---|---|
static com.dropbox.core.DbxClient |
createClient(org.apache.commons.vfs2.provider.GenericFileName root,
org.apache.commons.vfs2.FileSystemOptions options,
com.dropbox.core.DbxRequestConfig reqconfig,
VFSLib vfslib)
Creates a new connection to the server.
|
public DbxClientFactory() throws java.lang.InstantiationException
java.lang.InstantiationException
- Error indicationpublic static com.dropbox.core.DbxClient createClient(org.apache.commons.vfs2.provider.GenericFileName root, org.apache.commons.vfs2.FileSystemOptions options, com.dropbox.core.DbxRequestConfig reqconfig, VFSLib vfslib) throws org.apache.commons.vfs2.FileSystemException
root
- The file system rootoptions
- The file system optionsreqconfig
- The request configurationvfslib
- The parental object, shared instance if null
org.apache.commons.vfs2.FileSystemException
- If an error occursCopyright © 2005-2023 Leisenfels GmbH. All rights reserved.