public interface PropertyLoader
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.
|