de.smartics.properties.integration.cdi.extension
Class ConfigurationKeyFactory

Package class diagram package ConfigurationKeyFactory
java.lang.Object
  extended by de.smartics.properties.integration.cdi.extension.ConfigurationKeyFactory

public class ConfigurationKeyFactory
     
     
extends Object

Factory with cdi producer to create the current valid configuration key.


Constructor Summary
ConfigurationKeyFactory()
           
 
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
 

Constructor Detail

ConfigurationKeyFactory

public ConfigurationKeyFactory()
Method Detail

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.