public class ConfigSourceProxy extends Object implements ExtensionConfigSource
| Constructor and Description |
|---|
ConfigSourceProxy(String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
deleteValue(String name) |
String |
getName() |
Map<String,String> |
getProperties() |
Set<String> |
getPropertyNames() |
String |
getSource() |
String |
getValue(String propertyName) |
void |
setDelegate(ExtensionConfigSource delegate) |
boolean |
setValue(String name,
String value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbootstrap, destroypublic ConfigSourceProxy(String name)
public void setDelegate(ExtensionConfigSource delegate)
public Map<String,String> getProperties()
getProperties in interface org.eclipse.microprofile.config.spi.ConfigSourcepublic Set<String> getPropertyNames()
getPropertyNames in interface org.eclipse.microprofile.config.spi.ConfigSourcepublic String getValue(String propertyName)
getValue in interface org.eclipse.microprofile.config.spi.ConfigSourcepublic String getSource()
getSource in interface ExtensionConfigSourcepublic String getName()
getName in interface org.eclipse.microprofile.config.spi.ConfigSourcepublic boolean setValue(String name, String value)
setValue in interface ExtensionConfigSourcepublic boolean deleteValue(String name)
deleteValue in interface ExtensionConfigSourceCopyright © 2021. All rights reserved.