Class RemoteMachinesConfig
- java.lang.Object
-
- org.uitnet.testing.smartfwk.remote_machine.RemoteMachinesConfig
-
public class RemoteMachinesConfig extends Object
- Author:
- Madhav Krishna
-
-
Constructor Summary
Constructors Constructor Description RemoteMachinesConfig(String appName, String remoteMachinesConfigFilePath, com.jayway.jsonpath.DocumentContext yamlDoc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> TgetAdditionalPropertyValue(String propName, Class<T> clazz)StringgetAppName()StringgetConfigFilePath()RemoteMachineConfiggetRemoteMachine(String name)List<RemoteMachineConfig>getRemoteMachines()Map<String,RemoteMachineConfig>getRemoteMachinesMap()
-
-
-
Method Detail
-
getAppName
public String getAppName()
-
getConfigFilePath
public String getConfigFilePath()
-
getRemoteMachines
public List<RemoteMachineConfig> getRemoteMachines()
-
getRemoteMachinesMap
public Map<String,RemoteMachineConfig> getRemoteMachinesMap()
-
getRemoteMachine
public RemoteMachineConfig getRemoteMachine(String name)
-
-