Package com.chutneytesting
Class EngineActionsConfiguration
- java.lang.Object
-
- com.chutneytesting.EngineActionsConfiguration
-
- All Implemented Interfaces:
ActionsConfiguration
public class EngineActionsConfiguration extends Object implements ActionsConfiguration
-
-
Constructor Summary
Constructors Constructor Description EngineActionsConfiguration(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 interfaceActionsConfiguration
-
getString
public String getString(String key, String defaultValue)
- Specified by:
getStringin interfaceActionsConfiguration
-
getInteger
public Integer getInteger(String key)
- Specified by:
getIntegerin interfaceActionsConfiguration
-
getInteger
public Integer getInteger(String key, Integer defaultValue)
- Specified by:
getIntegerin interfaceActionsConfiguration
-
-