Package org.nuiton.config.plugin.io
Class ConfigModelIOTomlImpl
java.lang.Object
org.nuiton.config.plugin.io.ConfigModelIOTomlImpl
- All Implemented Interfaces:
ConfigModelIO
@Component(role=ConfigModelIO.class,
hint="toml")
public class ConfigModelIOTomlImpl
extends Object
implements ConfigModelIO
Implementation using
toml format.
Created on 02/10/16.- Since:
- 3.0
- Author:
- Tony Chemit - dev@tchemit.fr
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ConfigModelIOTomlImpl
public ConfigModelIOTomlImpl()
-
-
Method Details
-
read
- Specified by:
readin interfaceConfigModelIO- Throws:
ReadConfigModelException
-
write
- Specified by:
writein interfaceConfigModelIO- Throws:
WriteConfigModelException
-