public class ConfigurationReader extends Object
| Constructor and Description |
|---|
ConfigurationReader() |
| Modifier and Type | Method and Description |
|---|---|
static Configuration |
readJson(String fileName) |
static Configuration |
readYaml(String fileName) |
public static Configuration readJson(String fileName) throws FileNotFoundException
FileNotFoundExceptionpublic static Configuration readYaml(String fileName) throws FileNotFoundException
FileNotFoundExceptionCopyright © 2020. All rights reserved.