Uses of Class
org.apache.commons.configuration.ConfigurationException
Packages that use ConfigurationException
-
Uses of ConfigurationException in org.apache.commons.configuration
Methods in org.apache.commons.configuration that throw ConfigurationExceptionModifier and TypeMethodDescriptionprotected voidDefaultConfigurationBuilder.configureEntityResolver()protected DocumentXMLConfiguration.createDocument()Creates a DOM document from the internal tree of configuration nodes.protected CombinedConfigurationDefaultConfigurationBuilder.createResultConfiguration()Creates the resulting combined configuration.ConfigurationBuilder.getConfiguration()Returns the configuration provided by this builder.ConfigurationFactory.getConfiguration()Deprecated.Return the configuration provided by this factory.DefaultConfigurationBuilder.getConfiguration()Returns the configuration provided by this builder.DefaultConfigurationBuilder.getConfiguration(boolean load) Returns the configuration provided by this builder.DefaultFileSystem.getInputStream(String basePath, String fileName) DefaultFileSystem.getInputStream(URL url) abstract InputStreamFileSystem.getInputStream(String basePath, String fileName) abstract InputStreamFileSystem.getInputStream(URL url) VFSFileSystem.getInputStream(String basePath, String fileName) VFSFileSystem.getInputStream(URL url) DefaultFileSystem.getOutputStream(File file) DefaultFileSystem.getOutputStream(URL url) abstract OutputStreamFileSystem.getOutputStream(File file) abstract OutputStreamFileSystem.getOutputStream(URL url) VFSFileSystem.getOutputStream(URL url) protected voidDefaultConfigurationBuilder.initCombinedConfiguration(CombinedConfiguration config, List<? extends HierarchicalConfiguration> containedConfigs, String keyListNodes) Initializes a combined configuration for the configurations of a specific section.protected voidDefaultConfigurationBuilder.initFileSystem()protected voidDefaultConfigurationBuilder.initSystemProperties()If a property file is configured add the properties to the System properties.voidAbstractFileConfiguration.load()Load the configuration from the underlying location.voidLoad the configuration from the specified file.voidAbstractFileConfiguration.load(InputStream in) Load the configuration from the specified stream, using the encoding returned byAbstractFileConfiguration.getEncoding().voidAbstractFileConfiguration.load(InputStream in, String encoding) Load the configuration from the specified stream, using the specified encoding.voidLocate the specified file and load the configuration.voidLoad the configuration from the specified URL.voidvoidAbstractHierarchicalFileConfiguration.load()voidvoidAbstractHierarchicalFileConfiguration.load(InputStream in) voidAbstractHierarchicalFileConfiguration.load(InputStream in, String encoding) voidvoidvoidFileConfiguration.load()Load the configuration from the underlying URL.voidLoad the configuration from the specified file.voidFileConfiguration.load(InputStream in) Load the configuration from the specified stream, using the encoding returned byFileConfiguration.getEncoding().voidFileConfiguration.load(InputStream in, String encoding) Load the configuration from the specified stream, using the specified encoding.voidLoad the configuration from the specified reader.voidLocate the specified file and load the configuration.voidLoad the configuration from the specified URL.voidLoad the configuration from the given reader.voidDeprecated.Load the configuration from the given reader.voidMultiFileHierarchicalConfiguration.load()voidvoidMultiFileHierarchicalConfiguration.load(InputStream in) voidMultiFileHierarchicalConfiguration.load(InputStream in, String encoding) voidvoidvoidvoidvoidLoad the properties from the given reader.voidReads a properties file and stores its internal structure.voidXMLConfiguration.load(InputStream in) Loads the configuration from the given input stream.voidLoad the configuration from the given reader.voidvoidParses a DOM element containing the properties.voidAbstractFileConfiguration.refresh()Reloads the associated configuration file.voidAbstractHierarchicalFileConfiguration.refresh()Reloads the associated configuration file.protected voidDefaultConfigurationBuilder.registerConfiguredLookups()Registers StrLookups defined in the configuration.protected voidDefaultConfigurationBuilder.registerConfiguredProviders()Registers providers defined in the configuration.voidAbstractFileConfiguration.save()Save the configuration.voidSave the configuration to the specified file.voidAbstractFileConfiguration.save(OutputStream out) Save the configuration to the specified stream, using the encoding returned byAbstractFileConfiguration.getEncoding().voidAbstractFileConfiguration.save(OutputStream out, String encoding) Save the configuration to the specified stream, using the specified encoding.voidSave the configuration to the specified file.voidSave the configuration to the specified URL.voidvoidAbstractHierarchicalFileConfiguration.save()voidvoidAbstractHierarchicalFileConfiguration.save(OutputStream out) voidAbstractHierarchicalFileConfiguration.save(OutputStream out, String encoding) voidvoidvoidFileConfiguration.save()Save the configuration.voidSave the configuration to the specified file.voidFileConfiguration.save(OutputStream out) Save the configuration to the specified stream, using the encoding returned byFileConfiguration.getEncoding().voidFileConfiguration.save(OutputStream out, String encoding) Save the configuration to the specified stream, using the specified encoding.voidSave the configuration to the specified writer.voidSave the configuration to the specified file.voidSave the configuration to the specified URL.voidSave the configuration to the specified writer.voidDeprecated.Save the configuration to the specified writer.voidMultiFileHierarchicalConfiguration.save()voidvoidMultiFileHierarchicalConfiguration.save(OutputStream out) voidMultiFileHierarchicalConfiguration.save(OutputStream out, String encoding) voidvoidvoidvoidvoidSave the configuration to the specified stream.voidWrites the properties file to the given writer, preserving as much of its structure as possible.voidSaves the configuration to the specified writer.voidvoidXMLConfiguration.validate()Validate the document against the Schema.Constructors in org.apache.commons.configuration that throw ConfigurationExceptionModifierConstructorDescriptionCreates and loads the configuration from the specified file.AbstractFileConfiguration(String fileName) Creates and loads the configuration from the specified file.Creates and loads the configuration from the specified URL.Creates and loads the configuration from the specified file.AbstractHierarchicalFileConfiguration(String fileName) Creates and loads the configuration from the specified file.Creates and loads the configuration from the specified URL.DefaultConfigurationBuilder(String fileName) Creates a new instance ofDefaultConfigurationBuilderand sets the specified configuration definition file.Creates a new instance ofDefaultConfigurationBuilderand sets the specified configuration definition file.Create and load the ini configuration from the given file.HierarchicalINIConfiguration(String filename) Create and load the ini configuration from the given file.Create and load the ini configuration from the given url.INIConfiguration(File file) Deprecated.Create and load the ini configuration from the given file.INIConfiguration(String filename) Deprecated.Create and load the ini configuration from the given file.INIConfiguration(URL url) Deprecated.Create and load the ini configuration from the given url.PropertiesConfiguration(File file) Creates and loads the extended properties from the specified file.PropertiesConfiguration(String fileName) Creates and loads the extended properties from the specified file.Creates and loads the extended properties from the specified URL.XMLConfiguration(File file) Creates a new instance ofXMLConfiguration.XMLConfiguration(String fileName) Creates a new instance ofXMLConfiguration.XMLConfiguration(URL url) Creates a new instance ofXMLConfiguration.Creates and loads the xml properties from the specified file.XMLPropertiesConfiguration(String fileName) Creates and loads the xml properties from the specified file.Creates and loads the xml properties from the specified URL.XMLPropertiesConfiguration(Element element) Creates and loads the xml properties from the specified DOM node. -
Uses of ConfigurationException in org.apache.commons.configuration.plist
Methods in org.apache.commons.configuration.plist that throw ConfigurationExceptionModifier and TypeMethodDescriptionvoidvoidvoidvoidConstructors in org.apache.commons.configuration.plist that throw ConfigurationExceptionModifierConstructorDescriptionCreates and loads the property list from the specified file.PropertyListConfiguration(String fileName) Creates and loads the property list from the specified file.Creates and loads the property list from the specified URL.Creates and loads the property list from the specified file.XMLPropertyListConfiguration(String fileName) Creates and loads the property list from the specified file.Creates and loads the property list from the specified URL.