Package de.eldoria.eldoutilities.config
Class Wrapper<T>
java.lang.Object
de.eldoria.eldoutilities.config.Wrapper<T>
- Type Parameters:
T- type of config
- All Implemented Interfaces:
Closeable,AutoCloseable
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.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Wrapper
-
-
Method Details
-
of
-
config
Get the wrapped config file.- Returns:
- config file
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-