Methods in com.sunwesttek.util.config that throw InvalidConfigSyntaxException |
static XMLConfig |
XMLConfig.fromXML(java.lang.String xml,
boolean validating)
Create a config object from the specified XML string. |
static XMLConfig |
XMLConfig.load(java.io.File file,
boolean validating)
Create a config object from the specified config file. |
static XMLConfig |
XMLConfig.load(java.io.InputStream istream,
boolean validating)
Create a config object from the specified input stream. |
static XMLConfig |
XMLConfig.load(java.io.Reader reader,
boolean validating)
Create a config object from the specified reader. |