Class VFSConnectionConfigurationBuilder

java.lang.Object
org.apache.commons.vfs2.FileSystemConfigBuilder
org.pentaho.di.connections.vfs.builder.VFSConnectionConfigurationBuilder

public abstract class VFSConnectionConfigurationBuilder extends org.apache.commons.vfs2.FileSystemConfigBuilder
Created by bmorrise on 11/7/18.
  • Constructor Summary

    Constructors
    Constructor
    Description
    VFSConnectionConfigurationBuilder(org.apache.commons.vfs2.FileSystemOptions fileSystemOptions)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.commons.vfs2.FileSystemOptions
     
    void
    setFileSystemOptions(org.apache.commons.vfs2.FileSystemOptions fileSystemOptions)
     

    Methods inherited from class org.apache.commons.vfs2.FileSystemConfigBuilder

    getBoolean, getBoolean, getBoolean, getByte, getByte, getByte, getCharacter, getCharacter, getCharacter, getConfigClass, 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • VFSConnectionConfigurationBuilder

      public VFSConnectionConfigurationBuilder(org.apache.commons.vfs2.FileSystemOptions fileSystemOptions)
  • Method Details

    • getFileSystemOptions

      public org.apache.commons.vfs2.FileSystemOptions getFileSystemOptions()
    • setFileSystemOptions

      public void setFileSystemOptions(org.apache.commons.vfs2.FileSystemOptions fileSystemOptions)