Class Wrapper<T>

java.lang.Object
de.eldoria.eldoutilities.config.Wrapper<T>
Type Parameters:
T - type of config
All Implemented Interfaces:
Closeable, AutoCloseable

public class Wrapper<T> extends Object implements Closeable
Class allowing to access a configuration file.

The file itself will be accessed via the underlying configuration, making it stable for reloads.

Using this class inside an auto closable will save the file afterward.