config

get

config.get(String key);

Gets a value in the config.

set

config.set(String key, String value);

Sets a value in the config.

Last updated