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(String[] args, Path tdslPath)protected voidOldConfigHolder. convertFromOldFormat()Optional<String[]>ConfigHolder. loadConfiguration(String[] args)Map<String,Object>ConfigReader. read(File f)Map<String,Object>ConfigReader. read(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(Properties props)voidSchemaManager. installSchema(Properties props)static voidSchemaManager. main(String[] args)voidSchemaManager. readConfig(File file)voidSchemaManager. readConfig(Reader reader)voidSchemaManager. readConfig(String configString)voidSchemaManager. upgradeSchema(Properties props) -
Uses of ConfigReader.ConfigException in tigase.server
Methods in tigase.server that throw ConfigReader.ConfigException Modifier and Type Method Description voidBootstrap. init(String[] args)
-