Uses of Class
org.jitsi.util.xml.XMLException
-
Packages that use XMLException Package Description org.jitsi.impl.configuration org.jitsi.impl.configuration.xml -
-
Uses of XMLException in org.jitsi.impl.configuration
Methods in org.jitsi.impl.configuration that throw XMLException Modifier and Type Method Description voidConfigurationStore. reloadConfiguration(File file)Removes all property name-value associations currently present in this ConfigurationStore and deserializes new property name-value associations from a specific File which presumably is in the format represented by this instance.voidDatabaseConfigurationStore. reloadConfiguration(File file)Removes all property name-value associations currently present in this ConfigurationStore and deserializes new property name-value associations from a specific File which presumably is in the format represented by this instance. -
Uses of XMLException in org.jitsi.impl.configuration.xml
Methods in org.jitsi.impl.configuration.xml that throw XMLException Modifier and Type Method Description voidXMLConfigurationStore. reloadConfiguration(File file)ImplementsConfigurationStore.reloadConfiguration(File).
-