Uses of Class
com.sunwesttek.util.config.InvalidConfigSyntaxException

Packages that use InvalidConfigSyntaxException
com.sunwesttek.util.config   
 

Uses of InvalidConfigSyntaxException in com.sunwesttek.util.config
 

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.
 



Copyright (c) 2002 Sunwest Technologies. http://www.SunwestTek.com/