public class ConnectionTypeConfig
extends io.cdap.cdap.api.Config
| Constructor and Description |
|---|
ConnectionTypeConfig() |
ConnectionTypeConfig(Set<ConnectionType> disabledTypes,
List<Connection> connections,
String defaultConnection) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<Connection> |
getConnections()
Return the list of default connections to be created
|
String |
getDefaultConnection()
Return the connection configured to be shown as default in dataprep - null if not provided
|
Set<ConnectionType> |
getDisabledTypes()
Return the set of disabled connection types
|
int |
hashCode() |
public ConnectionTypeConfig()
public ConnectionTypeConfig(Set<ConnectionType> disabledTypes, List<Connection> connections, @Nullable String defaultConnection)
public Set<ConnectionType> getDisabledTypes()
public List<Connection> getConnections()
@Nullable public String getDefaultConnection()
Copyright © 2020 CDAP Licensed under the Apache License, Version 2.0.