| Package | Description |
|---|---|
| com.lf.vfslib |
VFSLib is a library implementing various providers for Apache Commons VFS 2.0.
|
| com.lf.vfslib.dropbox |
Bundles the classes and resources to access Dropbox® via a Commons VFS 2.0 provider.
|
| Modifier and Type | Method and Description |
|---|---|
DbxFileProvider |
VFSLib.addProviderDropbox(org.apache.commons.vfs2.impl.DefaultFileSystemManager manager,
Object appinfo,
Object reqconfig)
Configures the given file system manager to use the VFSLib provider for Dropbox.
|
DbxFileProvider |
VFSLib.addProviderDropbox(org.apache.commons.vfs2.impl.DefaultFileSystemManager manager,
String appkey,
String appsecret,
String clientidentifier)
Configures the given file system manager to use the VFSLib provider for Dropbox (convenience method).
|
| Modifier and Type | Method and Description |
|---|---|
DbxFileProvider |
DbxFileSystem.getProvider()
Provides the provider for this filesystem.
|
| Modifier and Type | Method and Description |
|---|---|
static DbxClientWrapper |
DbxClientWrapper.getDbxClientWrapper(org.apache.commons.vfs2.provider.GenericFileName root,
org.apache.commons.vfs2.FileSystemOptions options,
VFSLib vfslib,
DbxFileProvider provider)
Gets an idle client from the pool or creates a fresh new instance.
|
Copyright © 2005-2026 Leisenfels GmbH. All rights reserved.