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

    Modifier and Type Method Description
    ConfigModel read​(java.nio.file.Path path)  
    void write​(ConfigModel model, java.nio.file.Path path)