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, stringPropertyNamespublic 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 © 2015. All rights reserved.