public class DefaultHostConfigService extends java.lang.Object implements HostConfigService
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultHostConfigService.HostConfigLookup |
| Constructor and Description |
|---|
DefaultHostConfigService() |
| Modifier and Type | Method and Description |
|---|---|
ConfigLookup |
getConfigForHost(java.lang.String hostname)
Get a
ConfigLookup by host name |
protected ConfigurationService |
getConfigurationService() |
java.lang.String |
getProperty(java.lang.String property,
java.lang.String hostname)
Get property for host
|
protected UiExperienceService |
getUiExperienceService() |
void |
setConfigurationService(ConfigurationService configurationService) |
void |
setUiExperienceService(UiExperienceService uiExperienceService) |
protected ConfigurationService getConfigurationService()
public void setConfigurationService(ConfigurationService configurationService)
protected UiExperienceService getUiExperienceService()
public void setUiExperienceService(UiExperienceService uiExperienceService)
public java.lang.String getProperty(java.lang.String property,
java.lang.String hostname)
HostConfigServicegetProperty in interface HostConfigServiceproperty - the property to gethostname - the host namepublic ConfigLookup getConfigForHost(java.lang.String hostname)
HostConfigServiceConfigLookup by host namegetConfigForHost in interface HostConfigServicehostname - the host nameConfigLookupCopyright © 2018 SAP SE. All Rights Reserved.