Class SmbFileProvider
java.lang.Object
org.apache.commons.vfs.provider.AbstractVfsComponent
org.apache.commons.vfs.provider.AbstractVfsContainer
org.apache.commons.vfs.provider.AbstractFileProvider
org.apache.commons.vfs.provider.AbstractOriginatingFileProvider
org.apache.commons.vfs.provider.smb.SmbFileProvider
- All Implemented Interfaces:
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
A provider for SMB (Samba, Windows share) file systems.
- Version:
- $Revision: 480428 $ $Date: 2006-11-29 07:15:24 +0100 (Wed, 29 Nov 2006) $
- Author:
- Adam Murdoch
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.apache.commons.vfs.UserAuthenticationData.Type[]protected static final Collection -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.commons.vfs.FileSystemdoCreateFileSystem(org.apache.commons.vfs.FileName name, org.apache.commons.vfs.FileSystemOptions fileSystemOptions) Creates the filesystem.Methods inherited from class org.apache.commons.vfs.provider.AbstractOriginatingFileProvider
findFile, findFileMethods inherited from class org.apache.commons.vfs.provider.AbstractFileProvider
addFileSystem, close, closeFileSystem, createFileSystem, findFileSystem, freeUnusedResources, getConfigBuilder, getFileNameParser, parseUri, setFileNameParserMethods inherited from class org.apache.commons.vfs.provider.AbstractVfsContainer
addComponent, removeComponentMethods inherited from class org.apache.commons.vfs.provider.AbstractVfsComponent
getContext, getLogger, init, setContext, setLoggerMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.commons.vfs.provider.FileProvider
createFileSystem, findFile, getConfigBuilder, parseUri
-
Field Details
-
capabilities
-
AUTHENTICATOR_TYPES
public static final org.apache.commons.vfs.UserAuthenticationData.Type[] AUTHENTICATOR_TYPES
-
-
Constructor Details
-
SmbFileProvider
public SmbFileProvider()
-
-
Method Details
-
doCreateFileSystem
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 Creates the filesystem.- Specified by:
doCreateFileSystemin classorg.apache.commons.vfs.provider.AbstractOriginatingFileProvider- Throws:
org.apache.commons.vfs.FileSystemException
-
getCapabilities
- Specified by:
getCapabilitiesin interfaceorg.apache.commons.vfs.provider.FileProvider
-