Interface ConfigReader

    • Method Detail

      • readConfig

        String readConfig​(String name,
                          String defaultValue)
        Returns the value of the system property if set else the default value is returned
        Parameters:
        name - Name of the property
        defaultValue - Default value for the property
        Returns:
        Value of the system property
      • getAllConfigs

        Map<String,​String> getAllConfigs()
        Return all the configurations in the config reader
        Returns:
        Hashmap of properties and values