- 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)
- getDefaultAppName() - Static method in class org.irenical.jindy.ConfigFactory
-
- 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
- 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
- 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