Skip navigation links
C D G I L O P S U V 

C

clear() - Static method in class org.irenical.jindy.ConfigFactory
Discards all Config instances
Config - Interface in org.irenical.jindy
 
Config.Match - Enum in org.irenical.jindy
Possible matching rules
ConfigBindingNotFoundException - Exception in org.irenical.jindy
 
ConfigBindingNotFoundException() - Constructor for exception org.irenical.jindy.ConfigBindingNotFoundException
 
ConfigBindingNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception org.irenical.jindy.ConfigBindingNotFoundException
 
ConfigBindingNotFoundException(String, Throwable) - Constructor for exception org.irenical.jindy.ConfigBindingNotFoundException
 
ConfigBindingNotFoundException(String) - Constructor for exception org.irenical.jindy.ConfigBindingNotFoundException
 
ConfigBindingNotFoundException(Throwable) - Constructor for exception org.irenical.jindy.ConfigBindingNotFoundException
 
ConfigChangedCallback - Interface in org.irenical.jindy
 
ConfigContext - Class in org.irenical.jindy
 
ConfigContext() - Constructor for class org.irenical.jindy.ConfigContext
 
ConfigFactory - Class in org.irenical.jindy
 
ConfigFactory() - Constructor for class org.irenical.jindy.ConfigFactory
 
ConfigMultipleBindingsException - Exception in org.irenical.jindy
 
ConfigMultipleBindingsException() - Constructor for exception org.irenical.jindy.ConfigMultipleBindingsException
 
ConfigMultipleBindingsException(String, Throwable, boolean, boolean) - Constructor for exception org.irenical.jindy.ConfigMultipleBindingsException
 
ConfigMultipleBindingsException(String, Throwable) - Constructor for exception org.irenical.jindy.ConfigMultipleBindingsException
 
ConfigMultipleBindingsException(String) - Constructor for exception org.irenical.jindy.ConfigMultipleBindingsException
 
ConfigMultipleBindingsException(Throwable) - Constructor for exception org.irenical.jindy.ConfigMultipleBindingsException
 
ConfigNotFoundException - Exception in org.irenical.jindy
 
ConfigNotFoundException() - Constructor for exception org.irenical.jindy.ConfigNotFoundException
 
ConfigNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception org.irenical.jindy.ConfigNotFoundException
 
ConfigNotFoundException(String, Throwable) - Constructor for exception org.irenical.jindy.ConfigNotFoundException
 
ConfigNotFoundException(String) - Constructor for exception org.irenical.jindy.ConfigNotFoundException
 
ConfigNotFoundException(Throwable) - Constructor for exception org.irenical.jindy.ConfigNotFoundException
 
createConfig(String) - Method in interface org.irenical.jindy.IConfigFactory
Creates and initializes a new instance of a Config object

D

DEFAULT_CONFIG_NAME - Static variable in class org.irenical.jindy.ConfigFactory
 

G

getApplicationId() - Method in class org.irenical.jindy.ConfigContext
 
getBoolean(String, boolean) - Method in interface org.irenical.jindy.Config
Returns the boolean value for given property
getConfig(String, IConfigFactory) - Static method in class org.irenical.jindy.ConfigFactory
Returns a Config instance, instantiating it on first call.
getConfig(String) - Static method in class org.irenical.jindy.ConfigFactory
Returns Config for given name, same as getConfig(name,null)
getConfig() - Static method in class org.irenical.jindy.ConfigFactory
Returns the default Config, same as getConfig(null)
getContext() - Static method in class org.irenical.jindy.ConfigFactory
 
getDatacenter() - Method in class org.irenical.jindy.ConfigContext
 
getEnvironment() - Method in class org.irenical.jindy.ConfigContext
 
getFloat(String, float) - Method in interface org.irenical.jindy.Config
Returns the float value for given property
getInt(String, int) - Method in interface org.irenical.jindy.Config
Returns the int value for given property
getKeys(String) - Method in interface org.irenical.jindy.Config
Get the list of the keys contained in the configuration.
getMandatoryBoolean(String) - Method in interface org.irenical.jindy.Config
Returns the boolean value for given property
getMandatoryFloat(String) - Method in interface org.irenical.jindy.Config
Returns the float value for given property
getMandatoryInt(String) - Method in interface org.irenical.jindy.Config
Returns the int value for given property
getMandatoryString(String) - Method in interface org.irenical.jindy.Config
Returns the string value for given property
getRegion() - Method in class org.irenical.jindy.ConfigContext
 
getServerId() - Method in class org.irenical.jindy.ConfigContext
 
getStack() - Method in class org.irenical.jindy.ConfigContext
 
getString(String) - Method in interface org.irenical.jindy.Config
Returns the string value for given property
getString(String, String) - Method in interface org.irenical.jindy.Config
Returns the string value for given property
getStringArray(String) - Method in interface org.irenical.jindy.Config
Returns the string array for given property

I

IConfigFactory - Interface in org.irenical.jindy
 
InvalidConfigException - Exception in org.irenical.jindy
 
InvalidConfigException() - Constructor for exception org.irenical.jindy.InvalidConfigException
 
InvalidConfigException(String, Throwable, boolean, boolean) - Constructor for exception org.irenical.jindy.InvalidConfigException
 
InvalidConfigException(String, Throwable) - Constructor for exception org.irenical.jindy.InvalidConfigException
 
InvalidConfigException(String) - Constructor for exception org.irenical.jindy.InvalidConfigException
 
InvalidConfigException(Throwable) - Constructor for exception org.irenical.jindy.InvalidConfigException
 

L

listen(String, Config.Match, PropertyChangedCallback) - Method in interface org.irenical.jindy.Config
Registers a listener on given property.
listen(String, PropertyChangedCallback) - Method in interface org.irenical.jindy.Config
Registers a listener on given property.
listen(String, Config.Match, ConfigChangedCallback) - Method in interface org.irenical.jindy.Config
Registers a listener on given property.
listen(String, ConfigChangedCallback) - Method in interface org.irenical.jindy.Config
Registers a listener on given property.

O

org.irenical.jindy - package org.irenical.jindy
 

P

propertyChanged() - Method in interface org.irenical.jindy.ConfigChangedCallback
 
propertyChanged(String) - Method in interface org.irenical.jindy.PropertyChangedCallback
 
PropertyChangedCallback - Interface in org.irenical.jindy
 

S

setApplicationId(String) - Method in class org.irenical.jindy.ConfigContext
 
setContext(ConfigContext) - Static method in class org.irenical.jindy.ConfigFactory
 
setDatacenter(String) - Method in class org.irenical.jindy.ConfigContext
 
setDefaultConfigFactory(IConfigFactory) - Static method in class org.irenical.jindy.ConfigFactory
 
setEnvironment(String) - Method in class org.irenical.jindy.ConfigContext
 
setProperty(String, Object) - Method in interface org.irenical.jindy.Config
Set a property, this will replace any previously set values.
setRegion(String) - Method in class org.irenical.jindy.ConfigContext
 
setServerId(String) - Method in class org.irenical.jindy.ConfigContext
 
setStack(String) - Method in class org.irenical.jindy.ConfigContext
 

U

unListen(ConfigChangedCallback) - Method in interface org.irenical.jindy.Config
Unregisters listener on all keys

V

valueOf(String) - Static method in enum org.irenical.jindy.Config.Match
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.irenical.jindy.Config.Match
Returns an array containing the constants of this enum type, in the order they are declared.
C D G I L O P S U V 
Skip navigation links

Copyright © 2016 Irenical. All rights reserved.