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
IOException
public Config readConfig(Reader reader) throws IOException
IOException
public Config readConfig(Reader reader, boolean isJavascript) throws IOException
IOException
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.