Package org.pentaho.di.connections.vfs
Interface VFSConnectionProvider<T extends VFSConnectionDetails>
-
- All Superinterfaces:
ConnectionProvider<T>
- All Known Implementing Classes:
BaseVFSConnectionProvider
,OtherConnectionDetailsProvider
public interface VFSConnectionProvider<T extends VFSConnectionDetails> extends ConnectionProvider<T>
Created by bmorrise on 2/3/19.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<VFSRoot>
getLocations(T vfsConnectionDetails)
org.apache.commons.vfs2.FileSystemOptions
getOpts(T vfsConnectionDetails)
String
getProtocol(T vfsConnectionDetails)
String
sanitizeName(String string)
-
Methods inherited from interface org.pentaho.di.connections.ConnectionProvider
getClassType, getConnectionDetails, getKey, getName, getNames, prepare, test
-
-