public class PropertiesProviderAdapterImpl extends Object implements PropertiesProvider
Constructor and Description |
---|
PropertiesProviderAdapterImpl(PropertiesProvider inner,
String index) |
Modifier and Type | Method and Description |
---|---|
String |
getFullKeyForReporting(String key)
Get full key reporting.
|
String |
getPrefix() |
String |
getProperty(String key)
Get property value for given key.
|
String |
getPropertyWithoutPrefix(String fullKey) |
public PropertiesProviderAdapterImpl(PropertiesProvider inner, String index)
public String getProperty(String key)
PropertiesProvider
getProperty
in interface PropertiesProvider
public String getPrefix()
getPrefix
in interface PropertiesProvider
public String getPropertyWithoutPrefix(String fullKey)
getPropertyWithoutPrefix
in interface PropertiesProvider
public String getFullKeyForReporting(String key)
PropertiesProvider
getFullKeyForReporting
in interface PropertiesProvider
Copyright © 2019 OpenDaylight. All rights reserved.