public class ConfigModelIOYamlImpl extends Object implements ConfigModelIO
yaml format.
Created on 01/10/16.
|
| Constructor and Description |
|---|
ConfigModelIOYamlImpl() |
| 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.