Package org.nuiton.config.plugin.io
Interface ConfigModelIO
- All Known Implementing Classes:
ConfigModelIOIniImpl,ConfigModelIOTomlImpl,ConfigModelIOYamlImpl
public interface ConfigModelIO
Perform IO operations on
ConfigModel.
Created on 02/10/16.- Since:
- 3.0
- Author:
- Tony Chemit - dev@tchemit.fr
-
Method Summary
-
Method Details
-
read
- Throws:
ReadConfigModelException
-
write
- Throws:
WriteConfigModelException
-