Interface ModifiableConfiguration

    • Method Detail

      • setConfigProperty

        void setConfigProperty​(String key,
                               String value)
        Sets the value of a configuration property.
        Parameters:
        key - the property key.
        value - the property value.
      • findPropertyKeys

        Iterator findPropertyKeys​(String prefix)
        Returns an iterator for the keys beginning with the specified prefix.
        Specified by:
        findPropertyKeys in interface Configuration
        Parameters:
        prefix - the prefix.
        Returns:
        The iterator.