Class BaseIntegrationServicesConfiguration

    • Field Detail

      • FALLBACK_MESSAGE

        protected static final java.lang.String FALLBACK_MESSAGE
        See Also:
        Constant Field Values
    • Constructor Detail

      • BaseIntegrationServicesConfiguration

        public BaseIntegrationServicesConfiguration()
    • Method Detail

      • setConfigurationService

        public void setConfigurationService​(ConfigurationService configurationService)
      • getStringProperty

        protected java.lang.String getStringProperty​(java.lang.String property,
                                                     java.lang.String defaultValue)
        Gets the String property from the ConfigurationService. If there's an exception, the default value is returned
        Parameters:
        property - Property to get
        defaultValue - Default value to return if an exception occurs
        Returns:
        The property value
      • getBooleanProperty

        protected boolean getBooleanProperty​(java.lang.String property,
                                             boolean defaultValue)
        Gets the boolean property from the ConfigurationService. If there's an exception, the default value is returned
        Parameters:
        property - Property to get
        defaultValue - Default value to return if an exception occurs
        Returns:
        The property value
      • getIntegerProperty

        protected int getIntegerProperty​(java.lang.String property,
                                         int defaultValue)
        Gets the integer property from the ConfigurationService. If there's an exception, the default value is returned
        Parameters:
        property - Property to get
        defaultValue - Default value to return if an exception occurs
        Returns:
        The property value