public abstract class PropertiesServiceBase extends Object implements PropertiesService
| Modifier and Type | Field and Description |
|---|---|
protected Properties |
properties |
| Constructor and Description |
|---|
PropertiesServiceBase() |
| Modifier and Type | Method and Description |
|---|---|
String |
getProperty(String name) |
String |
getProperty(String name,
String defaultValue) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitloadprotected Properties properties
public String getProperty(String name)
getProperty in interface PropertiesServicepublic String getProperty(String name, String defaultValue)
getProperty in interface PropertiesServiceCopyright © 2018. All rights reserved.