Class 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.CIFSContext getContext​(org.apache.commons.vfs2.FileSystemOptions opts)  
      static SmbFileSystemConfigBuilder getInstance()  
      void setContext​(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

      • getConfigClass

        protected Class<? extends org.apache.commons.vfs2.FileSystem> getConfigClass()
        Specified by:
        getConfigClass in class org.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)