public interface PropertyGetter
Modifier and Type | Method and Description |
---|---|
String |
getProperty(String propName)
Gets a property with a given name or a
null value, if the property is not found. |
String |
getProperty(String propName,
String defaultValue)
Gets a property with a given name.
|
String getProperty(String propName, String defaultValue)
defaultValue
.propName
- Property name.defaultValue
- The default value.defaultValue
, if property is not found.Copyright © 2010–2017 PerfCake Community. All rights reserved.