public interface Configuration
DriverCommand.| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getConfiguration(DriverCommand command) |
void |
setConfiguration(DriverCommand command,
String key,
Object value) |
void setConfiguration(DriverCommand command, String key, Object value)
command - The driver command to configure from Interface DriverCommandkey - The keyvalue - value of the configurationMap<String,Object> getConfiguration(DriverCommand command)
command - The driver commandCopyright © 2015. All rights reserved.