public class BaseIntegrationServicesConfiguration
extends java.lang.Object
| Constructor and Description |
|---|
BaseIntegrationServicesConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
getBooleanProperty(java.lang.String property,
boolean defaultValue)
Gets the boolean property from the
ConfigurationService. |
protected ConfigurationService |
getConfigurationService() |
protected int |
getIntegerProperty(java.lang.String property,
int defaultValue)
Gets the integer property from the
ConfigurationService. |
protected java.lang.String |
getStringProperty(java.lang.String property,
java.lang.String defaultValue)
Gets the String property from the
ConfigurationService. |
void |
setConfigurationService(ConfigurationService configurationService) |
public BaseIntegrationServicesConfiguration()
protected ConfigurationService getConfigurationService()
public void setConfigurationService(ConfigurationService configurationService)
protected java.lang.String getStringProperty(java.lang.String property,
java.lang.String defaultValue)
ConfigurationService.
If there's an exception, the default value is returnedproperty - Property to getdefaultValue - Default value to return if an exception occursprotected boolean getBooleanProperty(java.lang.String property,
boolean defaultValue)
ConfigurationService.
If there's an exception, the default value is returnedproperty - Property to getdefaultValue - Default value to return if an exception occursprotected int getIntegerProperty(java.lang.String property,
int defaultValue)
ConfigurationService.
If there's an exception, the default value is returnedproperty - Property to getdefaultValue - Default value to return if an exception occursCopyright © 2018 SAP SE. All Rights Reserved.