public class BasePropertyHandler extends Object implements LAFChangeListener<PropertyHandler>
Modifier and Type | Field and Description |
---|---|
protected PropertyHandler |
handler |
Modifier and Type | Method and Description |
---|---|
protected PropertyHandler |
getHandler() |
static BasePropertyHandler |
getInstance() |
protected static PropertyHandler |
getInstanceHandler() |
static String |
getProperty(String key)
return the value of a given key from the properties list
|
static String |
getProperty(String key,
String defValue)
return the value of a given key from the properties list, returning the defValue string should the key not be found
|
void |
notify(PropertyHandler changedObject) |
protected PropertyHandler handler
public static BasePropertyHandler getInstance()
protected PropertyHandler getHandler()
protected static PropertyHandler getInstanceHandler()
public static String getProperty(String key)
key
- public static String getProperty(String key, String defValue)
key
- defValue
- public void notify(PropertyHandler changedObject)
notify
in interface LAFChangeListener<PropertyHandler>
Copyright © 2018 Hitachi Vantara. All rights reserved.