com.bemoko.live.platform.mwc.config
Interface BemokoCompositeConfiguration

All Known Subinterfaces:
BootstrapPlatformConfiguration

public interface BemokoCompositeConfiguration


Method Summary
 boolean getBoolean(String key)
           
 CombinedConfiguration getConfiguration()
           
 int getInteger(String key)
           
 String getString(String key)
           
 String getString(String key, String defaultValue)
           
 Properties toProperties()
           
 

Method Detail

getConfiguration

CombinedConfiguration getConfiguration()

getInteger

int getInteger(String key)

getString

String getString(String key)

getString

String getString(String key,
                 String defaultValue)

toProperties

Properties toProperties()

getBoolean

boolean getBoolean(String key)