public class ConfigReader extends Object
| Constructor and Description |
|---|
ConfigReader() |
| Modifier and Type | Method and Description |
|---|---|
Config |
getConfigFromFile(String fileName) |
Config |
readConfig(Reader reader) |
Config |
readConfig(Reader reader,
boolean isJavascript) |
public Config getConfigFromFile(String fileName) throws IOException
IOExceptionpublic Config readConfig(Reader reader) throws IOException
IOExceptionpublic Config readConfig(Reader reader, boolean isJavascript) throws IOException
IOExceptionCopyright © 2006–2016 The Apache Software Foundation. All rights reserved.