public interface ConnectionProvider<T extends ConnectionDetails>
Modifier and Type | Method and Description |
---|---|
Class<T> |
getClassType() |
List<T> |
getConnectionDetails() |
String |
getKey() |
String |
getName() |
List<String> |
getNames() |
T |
prepare(T connectionDetails) |
boolean |
test(T connectionDetails) |
Copyright © 2019 Hitachi Vantara. All rights reserved.