Package com.chutneytesting
Class EngineTasksConfiguration
- java.lang.Object
-
- com.chutneytesting.EngineTasksConfiguration
-
- All Implemented Interfaces:
TasksConfiguration
public class EngineTasksConfiguration extends Object implements TasksConfiguration
-
-
Constructor Summary
Constructors Constructor Description EngineTasksConfiguration(Map<String,String> configuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetInteger(String key)IntegergetInteger(String key, Integer defaultValue)StringgetString(String key)StringgetString(String key, String defaultValue)
-
-
-
Method Detail
-
getString
public String getString(String key)
- Specified by:
getStringin interfaceTasksConfiguration
-
getString
public String getString(String key, String defaultValue)
- Specified by:
getStringin interfaceTasksConfiguration
-
getInteger
public Integer getInteger(String key)
- Specified by:
getIntegerin interfaceTasksConfiguration
-
getInteger
public Integer getInteger(String key, Integer defaultValue)
- Specified by:
getIntegerin interfaceTasksConfiguration
-
-