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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKey()getLocations(OtherConnectionDetails vfsConnectionDetails) getName()org.apache.commons.vfs2.FileSystemOptionsgetOpts(OtherConnectionDetails otherConnectionDetails) getProtocol(OtherConnectionDetails otherConnectionDetails) booleantest(OtherConnectionDetails connectionDetails) Methods inherited from class org.pentaho.di.connections.vfs.BaseVFSConnectionProvider
getBooleanValueOfVariable, getConnectionDetails, getConnectionDetails, getNames, getNames, getSpace, getVar, prepare, sanitizeName, setConnectionManagerSupplierMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.pentaho.di.connections.ConnectionProvider
isStorageManagedMethods inherited from interface org.pentaho.di.connections.vfs.VFSConnectionProvider
getDirectFile, 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:
getOptsin interfaceVFSConnectionProvider<OtherConnectionDetails>- Overrides:
getOptsin classBaseVFSConnectionProvider<OtherConnectionDetails>
-
getLocations
-
getName
-
getKey
-
getProtocol
-
test
-