public class DriverProperties
extends java.util.Properties
Constructor and Description |
---|
DriverProperties()
Creates new DataProperties
|
DriverProperties(java.lang.String defaultValue)
constructor that will autoset the key 'DefaultValue'
|
Modifier and Type | Method and Description |
---|---|
DriverProperties |
set(java.lang.String key,
java.lang.String value)
Sets a key/value pair in the object.
|
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames
public DriverProperties()
public DriverProperties(java.lang.String defaultValue)
defaultValue
- value portion for the the key 'DefaultValue'public DriverProperties set(java.lang.String key, java.lang.String value)
key
- key namevalue
- key's value