Class OtherConnectionDetailsProvider
java.lang.Object
org.pentaho.di.connections.vfs.BaseVFSConnectionProvider<OtherConnectionDetails>
org.pentaho.di.connections.vfs.providers.other.OtherConnectionDetailsProvider
- All Implemented Interfaces:
ConnectionProvider<OtherConnectionDetails>
,VFSConnectionProvider<OtherConnectionDetails>
public class OtherConnectionDetailsProvider
extends BaseVFSConnectionProvider<OtherConnectionDetails>
Created by bmorrise on 2/3/19.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetKey()
getLocations
(OtherConnectionDetails vfsConnectionDetails) getName()
org.apache.commons.vfs2.FileSystemOptions
getOpts
(OtherConnectionDetails otherConnectionDetails) getProtocol
(OtherConnectionDetails otherConnectionDetails) boolean
test
(OtherConnectionDetails connectionDetails) Methods inherited from class org.pentaho.di.connections.vfs.BaseVFSConnectionProvider
getBooleanValueOfVariable, getConnectionDetails, getConnectionDetails, getNames, getNames, getSpace, getVar, prepare, sanitizeName, setConnectionManagerSupplier
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.pentaho.di.connections.vfs.VFSConnectionProvider
getDirectFile, getFileNameTransformer
-
Field Details
-
NAME
- See Also:
-
SCHEME
- See Also:
-
-
Constructor Details
-
OtherConnectionDetailsProvider
public OtherConnectionDetailsProvider()
-
-
Method Details
-
getClassType
-
getOpts
public org.apache.commons.vfs2.FileSystemOptions getOpts(OtherConnectionDetails otherConnectionDetails) - Specified by:
getOpts
in interfaceVFSConnectionProvider<OtherConnectionDetails>
- Overrides:
getOpts
in classBaseVFSConnectionProvider<OtherConnectionDetails>
-
getLocations
-
getName
-
getKey
-
getProtocol
-
test
-