Read-only Configs
The following settings can be used to create read-only Config objects:
// Create a read-only config Config c = Config.create("MyConfig.cfg").readOnly().build();
This causes all methods that make modifications to throw {@link java.lang.UnsupportedOperationException}.