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) |
Modifier and Type | Method and Description |
---|---|
List<ConnectionProvider<? extends ConnectionDetails>> |
ConnectionManager.getProviders() |
List<ConnectionProvider<? extends ConnectionDetails>> |
ConnectionManager.getProvidersByType(Class<? extends ConnectionProvider> clazz) |
Modifier and Type | Method and Description |
---|---|
void |
ConnectionManager.addConnectionProvider(String key,
ConnectionProvider<? extends ConnectionDetails> connectionProvider) |
Modifier and Type | Method and Description |
---|---|
List<String> |
ConnectionManager.getNamesByType(Class<? extends ConnectionProvider> clazz) |
List<ConnectionProvider<? extends ConnectionDetails>> |
ConnectionManager.getProvidersByType(Class<? extends ConnectionProvider> clazz) |
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 © 2019 Hitachi Vantara. All rights reserved.