org.apache.commons.vfs.provider.FileProvider
, org.apache.commons.vfs.provider.VfsComponent
public class SmbFileProvider
extends org.apache.commons.vfs.provider.AbstractOriginatingFileProvider
implements org.apache.commons.vfs.provider.FileProvider
Modifier and Type | Field | Description |
---|---|---|
static org.apache.commons.vfs.UserAuthenticationData.Type[] |
AUTHENTICATOR_TYPES |
|
protected static java.util.Collection |
capabilities |
Constructor | Description |
---|---|
SmbFileProvider() |
Modifier and Type | Method | Description |
---|---|---|
protected org.apache.commons.vfs.FileSystem |
doCreateFileSystem(org.apache.commons.vfs.FileName name,
org.apache.commons.vfs.FileSystemOptions fileSystemOptions) |
Creates the filesystem.
|
java.util.Collection |
getCapabilities() |
addFileSystem, close, closeFileSystem, createFileSystem, findFileSystem, freeUnusedResources, getConfigBuilder, getFileNameParser, parseUri, setFileNameParser
findFile, findFile
getContext, getLogger, init, setContext, setLogger
addComponent, removeComponent
protected static final java.util.Collection capabilities
public static final org.apache.commons.vfs.UserAuthenticationData.Type[] AUTHENTICATOR_TYPES
protected org.apache.commons.vfs.FileSystem doCreateFileSystem(org.apache.commons.vfs.FileName name, org.apache.commons.vfs.FileSystemOptions fileSystemOptions) throws org.apache.commons.vfs.FileSystemException
doCreateFileSystem
in class org.apache.commons.vfs.provider.AbstractOriginatingFileProvider
org.apache.commons.vfs.FileSystemException
public java.util.Collection getCapabilities()
getCapabilities
in interface org.apache.commons.vfs.provider.FileProvider