public class WCPPropertiesLegacySettingProvider extends java.lang.Object implements ILegacySettingProvider
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PREFIX
The prefix denoting an setting stored in wcp.properties.
|
Constructor and Description |
---|
WCPPropertiesLegacySettingProvider()
Constructs a new properties provider.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPropertyValue(java.lang.String propertyName)
Get the property value given a legacy property name.
|
public static final java.lang.String PREFIX
public WCPPropertiesLegacySettingProvider()
public java.lang.String getPropertyValue(java.lang.String propertyName)
ILegacySettingProvider
getPropertyValue
in interface ILegacySettingProvider
propertyName
- the legacy property name.