public class SmbFileProvider
extends org.apache.commons.vfs.provider.AbstractOriginatingFileProvider
implements org.apache.commons.vfs.provider.FileProvider
Modifier and Type | Field and Description |
---|---|
static org.apache.commons.vfs.UserAuthenticationData.Type[] |
AUTHENTICATOR_TYPES |
protected static java.util.Collection |
capabilities |
Constructor and Description |
---|
SmbFileProvider() |
Modifier and Type | Method and 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() |
findFile, findFile
addFileSystem, close, closeFileSystem, createFileSystem, findFileSystem, freeUnusedResources, getConfigBuilder, getFileNameParser, parseUri, setFileNameParser
addComponent, removeComponent
getContext, getLogger, init, setContext, setLogger
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