Interface ConfigurationProperties

    • Method Detail

      • getPropertyNames

        List<String> getPropertyNames()
        Get the list of properties names for this Configuration.
        Returns:
        a list containing the names of properties that an application can configure for a connector.
      • setPropertyValue

        void setPropertyValue​(String name,
                              Object value)
        Set the value of the Configuration property by name.
        Parameters:
        name - Name of the property to set the value against.
        value - Value to set on the configuration property.
        Throws:
        IllegalArgumentException - if the property name does not exist.