public class S3FileProvider
extends org.apache.commons.vfs2.provider.AbstractOriginatingFileProvider
This class coordinates the whole Amazon S3 functionality used by VFS2.
Constructor and Description |
---|
S3FileProvider()
Constructor method (do not use).
|
S3FileProvider(VFSLib vfslib)
Constructor method.
|
Modifier and Type | Method and Description |
---|---|
Collection<org.apache.commons.vfs2.Capability> |
getCapabilities()
Provides the provider's capabilities.
|
org.apache.commons.vfs2.FileSystemConfigBuilder |
getConfigBuilder()
Provides the builder instance responsible for proper file system options.
|
VFSLib |
getVFSLib()
Provides the parental manager object.
|
findFile
close, closeFileSystem, createFileSystem, freeUnusedResources, parseUri
public S3FileProvider() throws InstantiationException
InstantiationException
- Error indicationpublic S3FileProvider(VFSLib vfslib)
vfslib
- The parental objectNullPointerException
- If parameters are null
IllegalArgumentException
- If an error occurspublic org.apache.commons.vfs2.FileSystemConfigBuilder getConfigBuilder()
getConfigBuilder
in interface org.apache.commons.vfs2.provider.FileProvider
getConfigBuilder
in class org.apache.commons.vfs2.provider.AbstractFileProvider
public Collection<org.apache.commons.vfs2.Capability> getCapabilities()
public VFSLib getVFSLib()
Copyright © 2005-2024 Leisenfels GmbH. All rights reserved.