Package | Description |
---|---|
org.pentaho.di.connections | |
org.pentaho.di.connections.vfs | |
org.pentaho.di.connections.vfs.providers.other |
Modifier and Type | Method and Description |
---|---|
ConnectionProvider<? extends ConnectionDetails> |
ConnectionManager.getConnectionProvider(String key)
Get a connection provider from the key
|
Modifier and Type | Method and Description |
---|---|
List<ConnectionProvider<? extends ConnectionDetails>> |
ConnectionManager.getProviders()
Get a list of connection providers
|
List<ConnectionProvider<? extends ConnectionDetails>> |
ConnectionManager.getProvidersByType(Class<? extends ConnectionProvider> clazz)
Get a list of connection providers by type
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectionManager.addConnectionProvider(String key,
ConnectionProvider<? extends ConnectionDetails> connectionProvider)
Add a connection provider with a specific key
|
Modifier and Type | Method and Description |
---|---|
List<String> |
ConnectionManager.getNamesByType(Class<? extends ConnectionProvider> clazz)
Get the names of named connection by connection provider type
|
List<ConnectionProvider<? extends ConnectionDetails>> |
ConnectionManager.getProvidersByType(Class<? extends ConnectionProvider> clazz)
Get a list of connection providers by type
|
Modifier and Type | Interface and Description |
---|---|
interface |
VFSConnectionProvider<T extends VFSConnectionDetails>
Created by bmorrise on 2/3/19.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseVFSConnectionProvider<T extends VFSConnectionDetails> |
Modifier and Type | Class and Description |
---|---|
class |
OtherConnectionDetailsProvider
Created by bmorrise on 2/3/19.
|
Copyright © 2020 Hitachi Vantara. All rights reserved.