Interface ConfigSource

    • Method Detail

      • get

        String get​(String propertyName)
        Reads a property from this ConfigSource.
        Parameters:
        propertyName - - The name of the property to read
        Returns:
        The value of the given property, or null if this ConfigSource does not contain a value for the given property