Class RunnerConfigurationImpl


  • public class RunnerConfigurationImpl
    extends RunnerConfiguration
    Supplies configuration parameters to a runner from a simple hash map.
    • Constructor Detail

      • RunnerConfigurationImpl

        public RunnerConfigurationImpl()
      • RunnerConfigurationImpl

        public RunnerConfigurationImpl​(Map<String,​String> map)
    • Method Detail

      • getParameter

        public String getParameter​(String key,
                                   String defaultValue)
        Description copied from class: RunnerConfiguration
        Retrieves a configuration parameter as a string.
        Specified by:
        getParameter in class RunnerConfiguration
        Parameters:
        key - the key of the configuration parameter
        defaultValue - the default value to return if the configuration parameter was not supplied