Uses of Interface
org.pentaho.di.connections.vfs.VFSConnectionDetails
-
Uses of VFSConnectionDetails in org.pentaho.di.connections.vfs
Modifier and TypeClassDescriptionclass
BaseVFSConnectionProvider<T extends VFSConnectionDetails>
class
interface
TheVFSConnectionFileNameTransformer
interface contains functionality for transforming file names between the PVFS and connection/provider namespaces.interface
VFSConnectionProvider<T extends VFSConnectionDetails>
Created by bmorrise on 2/3/19.Modifier and TypeClassDescriptionclass
A class to put common fields for all types of VFS Connection Details to avoid code duplicationModifier and TypeMethodDescription<T extends VFSConnectionDetails>
VFSConnectionProvider<T>VFSConnectionManagerHelper.getExistingProvider
(ConnectionManager manager, String key) Gets a VFS connection provider, given its key, and throwing an exception if one is not defined.<T extends VFSConnectionDetails>
VFSConnectionProvider<T>VFSConnectionManagerHelper.getExistingProvider
(ConnectionManager manager, T details) Gets a VFS provider, given the details of the VFS connection, and throwing an exception if one is not defined.<T extends VFSConnectionDetails>
VFSConnectionProvider<T>VFSConnectionManagerHelper.getProvider
(ConnectionManager manager, String key) Gets a VFS connection provider, given its key.<T extends VFSConnectionDetails>
VFSConnectionProvider<T>VFSConnectionManagerHelper.getProvider
(ConnectionManager manager, T details) Gets a VFS provider, given the details of the VFS connection.<T extends VFSConnectionDetails>
booleanVFSConnectionManagerHelper.test
(ConnectionManager manager, T details, VFSConnectionTestOptions options) Tests if a VFS connection is valid, given its details, optionally, with certain testing options.Modifier and TypeMethodDescriptionVFSConnectionManagerHelper.getAllDetails
(ConnectionManager manager) VFSConnectionManagerHelper.getProviders
(ConnectionManager manager) Modifier and TypeMethodDescriptionVFSConnectionManagerHelper.getConnectionRootFileName
(VFSConnectionDetails details) VFSConnectionManagerHelper.getResolvedRootPath
(VFSConnectionDetails details) Gets the resolved root path of a given connection.boolean
VFSConnectionManagerHelper.usesBuckets
(VFSConnectionDetails details) Indicates if a VFS connection, given its details, uses buckets in its current configuration. -
Uses of VFSConnectionDetails in org.pentaho.di.connections.vfs.providers.other