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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.commons.vfs2.FileSystemOptions
getFileSystemOptions()
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, getEnum, getEnum, getFloat, getFloat, getFloat, getInteger, getInteger, getInteger, getLong, getLong, getLong, getParam, getRootURI, getShort, getShort, getShort, getString, getString, hasObject, hasParam, setParam, setParam, setRootURI, toBooleanObject
-
-