public class DeploymentProfileConfigSource extends AbstractDelegatingConfigSource
delegate| Constructor and Description |
|---|
DeploymentProfileConfigSource(org.eclipse.microprofile.config.spi.ConfigSource delegate,
String profileName)
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
Set<String> |
getPropertyNames() |
String |
getValue(String name) |
static UnaryOperator<org.eclipse.microprofile.config.spi.ConfigSource> |
wrapper() |
getDelegate, getOrdinal, getPropertiespublic DeploymentProfileConfigSource(org.eclipse.microprofile.config.spi.ConfigSource delegate,
String profileName)
delegate - the delegate configuration source (must not be null)profileName - the profile name (must not be null)public static UnaryOperator<org.eclipse.microprofile.config.spi.ConfigSource> wrapper()
public Set<String> getPropertyNames()
getPropertyNames in interface org.eclipse.microprofile.config.spi.ConfigSourcegetPropertyNames in class AbstractDelegatingConfigSourcepublic String getName()
getName in interface org.eclipse.microprofile.config.spi.ConfigSourcegetName in class AbstractDelegatingConfigSourceCopyright © 2019 JBoss by Red Hat. All rights reserved.