@Service(name="microprofile-config-provider")
@RunLevel(value=10)
public class ConfigProviderResolverImpl
extends org.eclipse.microprofile.config.spi.ConfigProviderResolver
| Constructor and Description |
|---|
ConfigProviderResolverImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.microprofile.config.spi.ConfigBuilder |
getBuilder() |
org.eclipse.microprofile.config.Config |
getConfig() |
org.eclipse.microprofile.config.Config |
getConfig(ClassLoader loader) |
List<Properties> |
getDeployedApplicationProperties(String applicationName) |
String |
getDeployedApplicationProperty(String applicationName,
String name) |
MicroprofileConfigConfiguration |
getMPConfig() |
void |
postConstruct() |
void |
registerConfig(org.eclipse.microprofile.config.Config config,
ClassLoader classLoader) |
void |
releaseConfig(org.eclipse.microprofile.config.Config config) |
@PostConstruct public void postConstruct()
public MicroprofileConfigConfiguration getMPConfig()
public org.eclipse.microprofile.config.Config getConfig()
getConfig in class org.eclipse.microprofile.config.spi.ConfigProviderResolverpublic org.eclipse.microprofile.config.Config getConfig(ClassLoader loader)
getConfig in class org.eclipse.microprofile.config.spi.ConfigProviderResolverpublic org.eclipse.microprofile.config.spi.ConfigBuilder getBuilder()
getBuilder in class org.eclipse.microprofile.config.spi.ConfigProviderResolverpublic void registerConfig(org.eclipse.microprofile.config.Config config,
ClassLoader classLoader)
registerConfig in class org.eclipse.microprofile.config.spi.ConfigProviderResolverpublic void releaseConfig(org.eclipse.microprofile.config.Config config)
releaseConfig in class org.eclipse.microprofile.config.spi.ConfigProviderResolverpublic List<Properties> getDeployedApplicationProperties(String applicationName)
Copyright © 2019. All rights reserved.