Uses of Class
org.pentaho.di.connections.ConnectionManager
Packages that use ConnectionManager
Package
Description
-
Uses of ConnectionManager in org.pentaho.di.connections
Methods in org.pentaho.di.connections that return ConnectionManagerModifier and TypeMethodDescriptionstatic ConnectionManager
ConnectionManager.getInstance()
This getter should not generally be used because it is limited to the global scope.static ConnectionManager
ConnectionManager.getInstance
(Supplier<org.pentaho.metastore.api.IMetaStore> metaStoreSupplier, Bowl bowl) Construct a new instance of a ConnectionManager associated with a given meta-store and bowl.Methods in org.pentaho.di.connections with parameters of type ConnectionManagerModifier and TypeMethodDescriptionConnectionProvider.getConnectionDetails
(ConnectionManager connectionManager) ConnectionProvider.getNames
(ConnectionManager connectionManager) -
Uses of ConnectionManager in org.pentaho.di.connections.vfs
Methods in org.pentaho.di.connections.vfs that return ConnectionManagerModifier and TypeMethodDescriptionprotected ConnectionManager
DefaultVFSConnectionFileNameTransformer.getConnectionManager()
Methods in org.pentaho.di.connections.vfs with parameters of type ConnectionManagerModifier and TypeMethodDescriptionVFSConnectionManagerHelper.getAllDetails
(ConnectionManager manager) BaseVFSConnectionProvider.getConnectionDetails
(ConnectionManager connectionManager) <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.default VFSConnectionFileNameTransformer<T>
VFSConnectionProvider.getFileNameTransformer
(ConnectionManager connectionManager) Gets a file name transformer for transforming file names in the context of a given connection manager.BaseVFSConnectionProvider.getNames
(ConnectionManager connectionManager) <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.VFSConnectionManagerHelper.getProviders
(ConnectionManager manager) <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.Method parameters in org.pentaho.di.connections.vfs with type arguments of type ConnectionManagerModifier and TypeMethodDescriptionprotected void
BaseVFSConnectionProvider.setConnectionManagerSupplier
(Supplier<ConnectionManager> connectionManagerSupplier) Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.pentaho.di.connections.vfs with parameters of type ConnectionManagerModifierConstructorDescriptionDefaultVFSConnectionFileNameTransformer
(ConnectionManager connectionManager) DefaultVFSConnectionFileNameTransformer
(ConnectionManager connectionManager, VFSConnectionManagerHelper vfsConnectionManagerHelper, ConnectionFileNameUtils connectionFileNameUtils) -
Uses of ConnectionManager in org.pentaho.di.connections.vfs.provider
Methods in org.pentaho.di.connections.vfs.provider that return ConnectionManagerModifier and TypeMethodDescriptionprotected ConnectionManager
ConnectionFileProvider.getDefaultManager
(Bowl bowl) Constructors in org.pentaho.di.connections.vfs.provider with parameters of type ConnectionManagerModifierConstructorDescriptionConnectionFileSystem
(org.apache.commons.vfs2.FileName rootName, org.apache.commons.vfs2.FileSystemOptions fileSystemOptions, ConnectionManager connectionManager, VFSConnectionManagerHelper vfsConnectionManagerHelper) -
Uses of ConnectionManager in org.pentaho.di.core.bowl
Methods in org.pentaho.di.core.bowl that return ConnectionManagerModifier and TypeMethodDescriptionBaseBowl.getConnectionManager()
Bowl.getConnectionManager()
Gets a ConnectionManager for this Bowl.DefaultBowl.getConnectionManager()