Interface ConfigurationSource

    • Method Detail

      • getProperties

        Map<String,​String> getProperties()
        Returns all properties.
        Returns:
        All properties
      • getProperty

        String getProperty​(String propertyName)
        Returns a property value by name.
        Parameters:
        propertyName - The name of the property
        Returns:
        The value currently associated with that property name; may be null.