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, wait
bootstrap, destroy
public ConfigSourceProxy(String name)
public void setDelegate(ExtensionConfigSource delegate)
public Map<String,String> getProperties()
getProperties
in interface org.eclipse.microprofile.config.spi.ConfigSource
public Set<String> getPropertyNames()
getPropertyNames
in interface org.eclipse.microprofile.config.spi.ConfigSource
public String getValue(String propertyName)
getValue
in interface org.eclipse.microprofile.config.spi.ConfigSource
public String getSource()
getSource
in interface ExtensionConfigSource
public String getName()
getName
in interface org.eclipse.microprofile.config.spi.ConfigSource
public boolean setValue(String name, String value)
setValue
in interface ExtensionConfigSource
public boolean deleteValue(String name)
deleteValue
in interface ExtensionConfigSource
Copyright © 2021. All rights reserved.