de.smartics.properties.integration.cdi.extension
Class ConfigurationKeyFactory
java.lang.Object
de.smartics.properties.integration.cdi.extension.ConfigurationKeyFactory
-
public class ConfigurationKeyFactory
-
extends
Object
Factory with cdi producer to create the current valid configuration key.
Method Summary |
de.smartics.properties.api.config.domain.key.ConfigurationKey |
createConfigurationKey(javax.enterprise.inject.spi.BeanManager manager) Factory method that produces the actual (runtime dependent) configuration key. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigurationKeyFactory
public ConfigurationKeyFactory()
createConfigurationKey
@Produces
@Dependent
public de.smartics.properties.api.config.domain.key.ConfigurationKey createConfigurationKey(javax.enterprise.inject.spi.BeanManager manager)
-
Factory method that produces the actual (runtime dependent) configuration key.
-
-
Parameters:
-
manager
- the
BeanManager
.
-
Returns:
-
the current valid configuration key.
Copyright © 2012-2013
Kronseder & Reiner GmbH - smartics. All Rights Reserved.