- getAsBoolean(String) - Method in class org.ballerinalang.config.ConfigRegistry
-
Retrieves the config value specified by the key as a boolean.
- getAsBoolean(String, String) - Method in class org.ballerinalang.config.ConfigRegistry
-
Retrieves the config value specified by the section header and the field.
- getAsFloat(String) - Method in class org.ballerinalang.config.ConfigRegistry
-
Retrieves the config value specified by the key as a float.
- getAsFloat(String, String) - Method in class org.ballerinalang.config.ConfigRegistry
-
Retrieves the config value specified by the section header and the field.
- getAsInt(String) - Method in class org.ballerinalang.config.ConfigRegistry
-
Retrieves the config value specified by the key as an int.
- getAsInt(String, String) - Method in class org.ballerinalang.config.ConfigRegistry
-
Retrieves the config value specified by the section header and the field.
- getAsMap(String) - Method in class org.ballerinalang.config.ConfigRegistry
-
Retrieves the config value specified by the key as a float.
- getAsMap(String, String) - Method in class org.ballerinalang.config.ConfigRegistry
-
Retrieves the config value specified by the section header and the field.
- getAsString(String) - Method in class org.ballerinalang.config.ConfigRegistry
-
Retrieve the configuration value mapped by the specified key.
- getAsString(String, String) - Method in class org.ballerinalang.config.ConfigRegistry
-
Retrieve the configuration value mapped by the specified table header and table field.
- getConfigAsCharArray(String) - Method in class org.ballerinalang.config.ConfigRegistry
-
Retrieve the configuration value mapped by the specified key as a char array.
- getConfigAsCharArray(String, String) - Method in class org.ballerinalang.config.ConfigRegistry
-
Retrieve the configuration value mapped by the specified table header and table field as a char array.
- getConfigOrDefault(String, String) - Method in class org.ballerinalang.config.ConfigRegistry
-
Retrieve the configuration value mapped by the specified key.
- getConfigTable(String) - Method in class org.ballerinalang.config.ConfigRegistry
-
Deprecated.
- getConfiguration(String) - Method in class org.ballerinalang.config.ConfigRegistry
-
Retrieves the config value specified by the key.
- getConfiguration(String, String) - Method in class org.ballerinalang.config.ConfigRegistry
-
Retrieves the config value specified by the section header and the field.
- getConfigurations() - Method in class org.ballerinalang.bcl.parser.BConfig
-
- getInstance() - Static method in class org.ballerinalang.config.ConfigRegistry
-