- 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