public class DriverProperties extends Properties
defaults| Constructor and Description |
|---|
DriverProperties()
Creates new DataProperties
|
DriverProperties(String defaultValue)
constructor that will autoset the key 'DefaultValue'
|
| Modifier and Type | Method and Description |
|---|---|
DriverProperties |
set(String key,
String value)
Sets a key/value pair in the object.
|
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNamesclear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, toString, valuespublic DriverProperties()
public DriverProperties(String defaultValue)
defaultValue - value portion for the the key 'DefaultValue'public DriverProperties set(String key, String value)
key - key namevalue - key's valueCopyright © 2017 B3Partners B.V.. All rights reserved.