public class ConfigModelIOTomlImpl extends Object implements ConfigModelIO
toml format.
Created on 02/10/16.
|
| Constructor and Description |
|---|
ConfigModelIOTomlImpl() |
| Modifier and Type | Method and Description |
|---|---|
ConfigModel |
read(Path path) |
void |
write(ConfigModel configModel,
Path path) |
public ConfigModel read(Path path) throws ReadConfigModelException
read in interface ConfigModelIOReadConfigModelExceptionpublic void write(ConfigModel configModel, Path path) throws WriteConfigModelException
write in interface ConfigModelIOWriteConfigModelExceptionCopyright © 2016–2018 CodeLutin. All rights reserved.