Uses of Class
org.bedework.util.config.ConfigException
-
-
Uses of ConfigException in org.bedework.util.config
Methods in org.bedework.util.config that throw ConfigException Modifier and Type Method Description default PathConfigurationStore. ensureDir(Path path)ConfigBaseConfigBase. fromXml(InputStream is)XML root element must have type attributeConfigBaseConfigBase. fromXml(InputStream is, Class cl)XML root element must have type attribute if cl is nullConfigBaseConfigBase. fromXml(Element rootEl, Class cl)XML root element must have type attributeConfigBase<?>ConfigurationFileStore. getConfig(String name)ConfigBase<?>ConfigurationFileStore. getConfig(String name, Class<?> cl)ConfigBase<?>ConfigurationStore. getConfig(String name)Stored config must indicate class of object as an attributeConfigBase<?>ConfigurationStore. getConfig(String name, Class<?> cl)List<String>ConfigurationFileStore. getConfigs()List<String>ConfigurationStore. getConfigs()List the configurations in the storeResourceBundleConfigurationFileStore. getResource(String name, String locale)ResourceBundleConfigurationStore. getResource(String name, String locale)ConfigurationStoreConfigurationFileStore. getStore(String name)Get the named store.ConfigurationStoreConfigurationStore. getStore(String name)Get the named child store.voidConfigurationFileStore. saveConfiguration(ConfigBase<?> config)voidConfigurationStore. saveConfiguration(ConfigBase<?> config)voidConfigBase. toXml(Writer wtr)Output to a writer
-