Package | Description |
---|---|
org.pentaho.di.connections | |
org.pentaho.di.connections.vfs | |
org.pentaho.di.connections.vfs.providers.other |
Modifier and Type | Interface and Description |
---|---|
interface |
ConnectionProvider<T extends ConnectionDetails>
Created by bmorrise on 2/12/19.
|
Modifier and Type | Method and Description |
---|---|
<T extends ConnectionDetails> |
ConnectionManager.save(T connectionDetails) |
<T extends ConnectionDetails> |
ConnectionManager.test(T connectionDetails) |
Modifier and Type | Method and Description |
---|---|
ConnectionDetails |
ConnectionManager.createConnectionDetails(String scheme) |
ConnectionDetails |
ConnectionManager.getConnectionDetails(org.pentaho.metastore.api.IMetaStore metaStore,
String key,
String name) |
ConnectionDetails |
ConnectionManager.getConnectionDetails(String name) |
ConnectionDetails |
ConnectionManager.getConnectionDetails(String key,
String name) |
Modifier and Type | Method and Description |
---|---|
List<? extends ConnectionDetails> |
ConnectionManager.getConnectionDetailsByScheme(String scheme) |
ConnectionProvider<? extends ConnectionDetails> |
ConnectionManager.getConnectionProvider(String key) |
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 | Interface and Description |
---|---|
interface |
VFSConnectionDetails
Created by bmorrise on 2/13/19.
|
Modifier and Type | Class and Description |
---|---|
class |
OtherConnectionDetails
Created by bmorrise on 2/3/19.
|
Copyright © 2019 Hitachi Vantara. All rights reserved.