Uses of Interface
brooklyn.config.ConfigKey.HasConfigKey

Packages that use ConfigKey.HasConfigKey
brooklyn.config   
brooklyn.entity.basic   
 

Uses of ConfigKey.HasConfigKey in brooklyn.config
 

Methods in brooklyn.config with parameters of type ConfigKey.HasConfigKey
<T> T
ConfigMap.getConfig(ConfigKey.HasConfigKey<T> key)
           
<T> T
ConfigMap.getConfig(ConfigKey.HasConfigKey<T> key, T defaultValue)
           
 

Uses of ConfigKey.HasConfigKey in brooklyn.entity.basic
 

Methods in brooklyn.entity.basic with parameters of type ConfigKey.HasConfigKey
<T> T
EntityLocal.getConfig(ConfigKey.HasConfigKey<T> key)
           
<T> T
EntityLocal.getConfig(ConfigKey.HasConfigKey<T> key, T defaultValue)
          Deprecated. in 0.5; use #getConfig(HasConfigKey)
<T> T
EntityLocal.setConfig(ConfigKey.HasConfigKey<T> key, T val)
           
<T> T
EntityLocal.setConfig(ConfigKey.HasConfigKey<T> key, Task<T> val)
           
 



Copyright © 2013. All Rights Reserved.