Uses of Class
tigase.conf.ConfigReader.ConfigException
-
Packages that use ConfigReader.ConfigException Package Description tigase.conf tigase.db.util tigase.server The main package with top level API for server side components. -
-
Uses of ConfigReader.ConfigException in tigase.conf
Subclasses of ConfigReader.ConfigException in tigase.conf Modifier and Type Class Description static classConfigReader.InvalidFormatExceptionstatic classConfigReader.UnsupportedOperationExceptionMethods in tigase.conf that throw ConfigReader.ConfigException Modifier and Type Method Description voidOldConfigHolder. convert(java.lang.String[] args, java.nio.file.Path tdslPath)protected voidOldConfigHolder. convertFromOldFormat()java.util.Optional<java.lang.String[]>ConfigHolder. loadConfiguration(java.lang.String[] args)java.util.Map<java.lang.String,java.lang.Object>ConfigReader. read(java.io.File f)java.util.Map<java.lang.String,java.lang.Object>ConfigReader. read(java.io.Reader reader) -
Uses of ConfigReader.ConfigException in tigase.db.util
Methods in tigase.db.util that throw ConfigReader.ConfigException Modifier and Type Method Description voidSchemaManager. destroySchema(java.util.Properties props)voidSchemaManager. installSchema(java.util.Properties props)static voidSchemaManager. main(java.lang.String[] args)voidSchemaManager. readConfig(java.io.File file)voidSchemaManager. readConfig(java.io.Reader reader)voidSchemaManager. readConfig(java.lang.String configString)voidSchemaManager. upgradeSchema(java.util.Properties props) -
Uses of ConfigReader.ConfigException in tigase.server
Methods in tigase.server that throw ConfigReader.ConfigException Modifier and Type Method Description voidBootstrap. init(java.lang.String[] args)
-