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.
-
-
Constructor Summary
Constructors Constructor Description OtherConnectionDetailsProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<OtherConnectionDetails>
getClassType()
String
getKey()
List<VFSRoot>
getLocations(OtherConnectionDetails vfsConnectionDetails)
String
getName()
org.apache.commons.vfs2.FileSystemOptions
getOpts(OtherConnectionDetails otherConnectionDetails)
String
getProtocol(OtherConnectionDetails otherConnectionDetails)
boolean
test(OtherConnectionDetails connectionDetails)
-
Methods inherited from class org.pentaho.di.connections.vfs.BaseVFSConnectionProvider
getBooleanValueOfVariable, getConnectionDetails, getNames, getSpace, getVar, prepare, sanitizeName
-
-
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
SCHEME
public static final String SCHEME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getClassType
public Class<OtherConnectionDetails> getClassType()
-
getOpts
public org.apache.commons.vfs2.FileSystemOptions getOpts(OtherConnectionDetails otherConnectionDetails)
-
getLocations
public List<VFSRoot> getLocations(OtherConnectionDetails vfsConnectionDetails)
-
getName
public String getName()
-
getKey
public String getKey()
-
getProtocol
public String getProtocol(OtherConnectionDetails otherConnectionDetails)
-
test
public boolean test(OtherConnectionDetails connectionDetails)
-
-