public class WadappsPropertyLoader extends Object implements PropertyLoader
Constructor and Description |
---|
WadappsPropertyLoader() |
Modifier and Type | Method and Description |
---|---|
String |
getProperty(String key)
Searches for the property with the specified key.
|
String |
getProperty(String key,
String defaultValue)
Searches for the property with the specified key.
|
public String getProperty(String key)
PropertyLoader
getProperty
in interface PropertyLoader
key
- the property key.null
if the property is not found.public String getProperty(String key, String defaultValue)
PropertyLoader
getProperty
in interface PropertyLoader
key
- the property key.defaultValue
- a default value.