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, getProperties
public 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.ConfigSource
getPropertyNames
in class AbstractDelegatingConfigSource
public String getName()
getName
in interface org.eclipse.microprofile.config.spi.ConfigSource
getName
in class AbstractDelegatingConfigSource
Copyright © 2019 JBoss by Red Hat. All rights reserved.