Package com.sshtools.vfs.smbng
Class SmbFileSystemConfigBuilder
- java.lang.Object
-
- org.apache.commons.vfs2.FileSystemConfigBuilder
-
- com.sshtools.vfs.smbng.SmbFileSystemConfigBuilder
-
public class SmbFileSystemConfigBuilder extends org.apache.commons.vfs2.FileSystemConfigBuilder
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Class<? extends org.apache.commons.vfs2.FileSystem>getConfigClass()jcifs.CIFSContextgetContext(org.apache.commons.vfs2.FileSystemOptions opts)static SmbFileSystemConfigBuildergetInstance()voidsetContext(org.apache.commons.vfs2.FileSystemOptions opts, jcifs.CIFSContext context)-
Methods inherited from class org.apache.commons.vfs2.FileSystemConfigBuilder
getBoolean, getBoolean, getBoolean, getByte, getByte, getByte, getCharacter, getCharacter, getCharacter, getDouble, getDouble, getDouble, getDuration, getDuration, getDurationInteger, getDurationInteger, getEnum, getEnum, getFloat, getFloat, getFloat, getInteger, getInteger, getInteger, getLong, getLong, getLong, getParam, getRootURI, getShort, getShort, getShort, getString, getString, hasObject, hasParam, setParam, setParam, setRootURI, toBooleanObject
-
-
-
-
Method Detail
-
getInstance
public static SmbFileSystemConfigBuilder getInstance()
-
getConfigClass
protected Class<? extends org.apache.commons.vfs2.FileSystem> getConfigClass()
- Specified by:
getConfigClassin classorg.apache.commons.vfs2.FileSystemConfigBuilder
-
getContext
public jcifs.CIFSContext getContext(org.apache.commons.vfs2.FileSystemOptions opts)
-
setContext
public void setContext(org.apache.commons.vfs2.FileSystemOptions opts, jcifs.CIFSContext context)
-
-