Uses of Interface
org.pentaho.di.connections.ConnectionProvider
-
Packages that use ConnectionProvider Package Description org.pentaho.di.connections org.pentaho.di.connections.vfs org.pentaho.di.connections.vfs.providers.other -
-
Uses of ConnectionProvider in org.pentaho.di.connections
Methods in org.pentaho.di.connections that return ConnectionProvider Modifier and Type Method Description ConnectionProvider<? extends ConnectionDetails>ConnectionManager. getConnectionProvider(String key)Get a connection provider from the keyMethods in org.pentaho.di.connections that return types with arguments of type ConnectionProvider Modifier and Type Method Description List<ConnectionProvider<? extends ConnectionDetails>>ConnectionManager. getProviders()Get a list of connection providersList<ConnectionProvider<? extends ConnectionDetails>>ConnectionManager. getProvidersByType(Class<? extends ConnectionProvider> clazz)Get a list of connection providers by typeMethods in org.pentaho.di.connections with parameters of type ConnectionProvider Modifier and Type Method Description voidConnectionManager. addConnectionProvider(String key, ConnectionProvider<? extends ConnectionDetails> connectionProvider)Add a connection provider with a specific keyMethod parameters in org.pentaho.di.connections with type arguments of type ConnectionProvider Modifier and Type Method Description List<String>ConnectionManager. getNamesByType(Class<? extends ConnectionProvider> clazz)Get the names of named connection by connection provider typeList<ConnectionProvider<? extends ConnectionDetails>>ConnectionManager. getProvidersByType(Class<? extends ConnectionProvider> clazz)Get a list of connection providers by type -
Uses of ConnectionProvider in org.pentaho.di.connections.vfs
Subinterfaces of ConnectionProvider in org.pentaho.di.connections.vfs Modifier and Type Interface Description interfaceVFSConnectionProvider<T extends VFSConnectionDetails>Created by bmorrise on 2/3/19.Classes in org.pentaho.di.connections.vfs that implement ConnectionProvider Modifier and Type Class Description classBaseVFSConnectionProvider<T extends VFSConnectionDetails> -
Uses of ConnectionProvider in org.pentaho.di.connections.vfs.providers.other
Classes in org.pentaho.di.connections.vfs.providers.other that implement ConnectionProvider Modifier and Type Class Description classOtherConnectionDetailsProviderCreated by bmorrise on 2/3/19.
-