public class ConfigurationExtension extends Object implements javax.enterprise.inject.spi.Extension, org.apache.deltaspike.core.spi.activation.Deactivatable
PropertyFileConfigs
provided by users.| Constructor and Description |
|---|
ConfigurationExtension() |
| Modifier and Type | Method and Description |
|---|---|
void |
collectUserConfigSources(javax.enterprise.inject.spi.ProcessAnnotatedType<? extends org.apache.deltaspike.core.api.config.PropertyFileConfig> pat) |
void |
freeConfigSources(javax.enterprise.inject.spi.BeforeShutdown bs)
This method triggers freeing of the ConfigSources.
|
protected void |
init(javax.enterprise.inject.spi.BeforeBeanDiscovery beforeBeanDiscovery) |
void |
registerUserConfigSources(javax.enterprise.inject.spi.AfterDeploymentValidation adv) |
protected void init(@Observes
javax.enterprise.inject.spi.BeforeBeanDiscovery beforeBeanDiscovery)
public void collectUserConfigSources(@Observes
javax.enterprise.inject.spi.ProcessAnnotatedType<? extends org.apache.deltaspike.core.api.config.PropertyFileConfig> pat)
public void registerUserConfigSources(@Observes
javax.enterprise.inject.spi.AfterDeploymentValidation adv)
public void freeConfigSources(@Observes
javax.enterprise.inject.spi.BeforeShutdown bs)
Copyright © 2011-2013 The Apache Software Foundation. All Rights Reserved.