Interface ModifiableConfiguration

    • Method Detail

      • setConfigProperty

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

        java.util.Enumeration getConfigProperties()
        Returns the configuration properties.
        Specified by:
        getConfigProperties in interface Configuration
        Returns:
        The configuration properties.
      • findPropertyKeys

        java.util.Iterator findPropertyKeys​(java.lang.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.