public class CustomTsaConfigurationContext extends Object implements TsaConfigurationContext
TsaConfigurationContext.TerracottaCommandLineEnvironmentKeys| Modifier | Constructor and Description |
|---|---|
protected |
CustomTsaConfigurationContext() |
| Modifier and Type | Method and Description |
|---|---|
CustomTsaConfigurationContext |
clusterName(String clusterName) |
String |
getClusterName() |
License |
getLicense() |
TerracottaCommandLineEnvironment |
getTerracottaCommandLineEnvironment(String key) |
Topology |
getTopology() |
CustomTsaConfigurationContext |
license(License license) |
CustomTsaConfigurationContext |
terracottaCommandLineEnvironment(String key,
TerracottaCommandLineEnvironment terracottaCommandLineEnvironment) |
CustomTsaConfigurationContext |
terracottaCommandLineEnvironment(TerracottaCommandLineEnvironment terracottaCommandLineEnvironment) |
CustomTsaConfigurationContext |
topology(Topology topology) |
public Topology getTopology()
getTopology in interface TsaConfigurationContextpublic CustomTsaConfigurationContext topology(Topology topology)
public License getLicense()
getLicense in interface TsaConfigurationContextpublic CustomTsaConfigurationContext license(License license)
public String getClusterName()
getClusterName in interface TsaConfigurationContextpublic CustomTsaConfigurationContext clusterName(String clusterName)
public TerracottaCommandLineEnvironment getTerracottaCommandLineEnvironment(String key)
getTerracottaCommandLineEnvironment in interface TsaConfigurationContextpublic CustomTsaConfigurationContext terracottaCommandLineEnvironment(TerracottaCommandLineEnvironment terracottaCommandLineEnvironment)
public CustomTsaConfigurationContext terracottaCommandLineEnvironment(String key, TerracottaCommandLineEnvironment terracottaCommandLineEnvironment)
Copyright © 2022. All rights reserved.