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 void
DefaultConfigurationBuilder.configureEntityResolver()
protected Document
XMLConfiguration.createDocument()
Creates a DOM document from the internal tree of configuration nodes.protected CombinedConfiguration
DefaultConfigurationBuilder.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 InputStream
FileSystem.getInputStream
(String basePath, String fileName) abstract InputStream
FileSystem.getInputStream
(URL url) VFSFileSystem.getInputStream
(String basePath, String fileName) VFSFileSystem.getInputStream
(URL url) DefaultFileSystem.getOutputStream
(File file) DefaultFileSystem.getOutputStream
(URL url) abstract OutputStream
FileSystem.getOutputStream
(File file) abstract OutputStream
FileSystem.getOutputStream
(URL url) VFSFileSystem.getOutputStream
(URL url) protected void
DefaultConfigurationBuilder.initCombinedConfiguration
(CombinedConfiguration config, List<? extends HierarchicalConfiguration> containedConfigs, String keyListNodes) Initializes a combined configuration for the configurations of a specific section.protected void
DefaultConfigurationBuilder.initFileSystem()
protected void
DefaultConfigurationBuilder.initSystemProperties()
If a property file is configured add the properties to the System properties.void
AbstractFileConfiguration.load()
Load the configuration from the underlying location.void
Load the configuration from the specified file.void
AbstractFileConfiguration.load
(InputStream in) Load the configuration from the specified stream, using the encoding returned byAbstractFileConfiguration.getEncoding()
.void
AbstractFileConfiguration.load
(InputStream in, String encoding) Load the configuration from the specified stream, using the specified encoding.void
Locate the specified file and load the configuration.void
Load the configuration from the specified URL.void
void
AbstractHierarchicalFileConfiguration.load()
void
void
AbstractHierarchicalFileConfiguration.load
(InputStream in) void
AbstractHierarchicalFileConfiguration.load
(InputStream in, String encoding) void
void
void
FileConfiguration.load()
Load the configuration from the underlying URL.void
Load the configuration from the specified file.void
FileConfiguration.load
(InputStream in) Load the configuration from the specified stream, using the encoding returned byFileConfiguration.getEncoding()
.void
FileConfiguration.load
(InputStream in, String encoding) Load the configuration from the specified stream, using the specified encoding.void
Load the configuration from the specified reader.void
Locate the specified file and load the configuration.void
Load the configuration from the specified URL.void
Load the configuration from the given reader.void
Deprecated.Load the configuration from the given reader.void
MultiFileHierarchicalConfiguration.load()
void
void
MultiFileHierarchicalConfiguration.load
(InputStream in) void
MultiFileHierarchicalConfiguration.load
(InputStream in, String encoding) void
void
void
void
void
Load the properties from the given reader.void
Reads a properties file and stores its internal structure.void
XMLConfiguration.load
(InputStream in) Loads the configuration from the given input stream.void
Load the configuration from the given reader.void
void
Parses a DOM element containing the properties.void
AbstractFileConfiguration.refresh()
Reloads the associated configuration file.void
AbstractHierarchicalFileConfiguration.refresh()
Reloads the associated configuration file.protected void
DefaultConfigurationBuilder.registerConfiguredLookups()
Registers StrLookups defined in the configuration.protected void
DefaultConfigurationBuilder.registerConfiguredProviders()
Registers providers defined in the configuration.void
AbstractFileConfiguration.save()
Save the configuration.void
Save the configuration to the specified file.void
AbstractFileConfiguration.save
(OutputStream out) Save the configuration to the specified stream, using the encoding returned byAbstractFileConfiguration.getEncoding()
.void
AbstractFileConfiguration.save
(OutputStream out, String encoding) Save the configuration to the specified stream, using the specified encoding.void
Save the configuration to the specified file.void
Save the configuration to the specified URL.void
void
AbstractHierarchicalFileConfiguration.save()
void
void
AbstractHierarchicalFileConfiguration.save
(OutputStream out) void
AbstractHierarchicalFileConfiguration.save
(OutputStream out, String encoding) void
void
void
FileConfiguration.save()
Save the configuration.void
Save the configuration to the specified file.void
FileConfiguration.save
(OutputStream out) Save the configuration to the specified stream, using the encoding returned byFileConfiguration.getEncoding()
.void
FileConfiguration.save
(OutputStream out, String encoding) Save the configuration to the specified stream, using the specified encoding.void
Save the configuration to the specified writer.void
Save the configuration to the specified file.void
Save the configuration to the specified URL.void
Save the configuration to the specified writer.void
Deprecated.Save the configuration to the specified writer.void
MultiFileHierarchicalConfiguration.save()
void
void
MultiFileHierarchicalConfiguration.save
(OutputStream out) void
MultiFileHierarchicalConfiguration.save
(OutputStream out, String encoding) void
void
void
void
void
Save the configuration to the specified stream.void
Writes the properties file to the given writer, preserving as much of its structure as possible.void
Saves the configuration to the specified writer.void
void
XMLConfiguration.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 ofDefaultConfigurationBuilder
and sets the specified configuration definition file.Creates a new instance ofDefaultConfigurationBuilder
and 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 TypeMethodDescriptionvoid
void
void
void
Constructors 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.