protected void |
DefaultConfigurationBuilder.configureEntityResolver() |
|
protected org.w3c.dom.Document |
XMLConfiguration.createDocument() |
Creates a DOM document from the internal tree of configuration nodes.
|
protected CombinedConfiguration |
DefaultConfigurationBuilder.createResultConfiguration() |
Creates the resulting combined configuration.
|
Configuration |
ConfigurationBuilder.getConfiguration() |
Returns the configuration provided by this builder.
|
Configuration |
ConfigurationFactory.getConfiguration() |
Deprecated.
Return the configuration provided by this factory.
|
Configuration |
DefaultConfigurationBuilder.getConfiguration() |
Returns the configuration provided by this builder.
|
CombinedConfiguration |
DefaultConfigurationBuilder.getConfiguration(boolean load) |
Returns the configuration provided by this builder.
|
java.io.InputStream |
DefaultFileSystem.getInputStream(java.lang.String basePath,
java.lang.String fileName) |
|
java.io.InputStream |
DefaultFileSystem.getInputStream(java.net.URL url) |
|
abstract java.io.InputStream |
FileSystem.getInputStream(java.lang.String basePath,
java.lang.String fileName) |
|
abstract java.io.InputStream |
FileSystem.getInputStream(java.net.URL url) |
|
java.io.InputStream |
VFSFileSystem.getInputStream(java.lang.String basePath,
java.lang.String fileName) |
|
java.io.InputStream |
VFSFileSystem.getInputStream(java.net.URL url) |
|
java.io.OutputStream |
DefaultFileSystem.getOutputStream(java.io.File file) |
|
java.io.OutputStream |
DefaultFileSystem.getOutputStream(java.net.URL url) |
|
abstract java.io.OutputStream |
FileSystem.getOutputStream(java.io.File file) |
|
abstract java.io.OutputStream |
FileSystem.getOutputStream(java.net.URL url) |
|
java.io.OutputStream |
VFSFileSystem.getOutputStream(java.net.URL url) |
|
protected void |
DefaultConfigurationBuilder.initCombinedConfiguration(CombinedConfiguration config,
java.util.List<? extends HierarchicalConfiguration> containedConfigs,
java.lang.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 |
AbstractFileConfiguration.load(java.io.File file) |
Load the configuration from the specified file.
|
void |
AbstractFileConfiguration.load(java.io.InputStream in) |
|
void |
AbstractFileConfiguration.load(java.io.InputStream in,
java.lang.String encoding) |
Load the configuration from the specified stream, using the specified
encoding.
|
void |
AbstractFileConfiguration.load(java.lang.String fileName) |
Locate the specified file and load the configuration.
|
void |
AbstractFileConfiguration.load(java.net.URL url) |
Load the configuration from the specified URL.
|
void |
AbstractHierarchicalFileConfiguration.FileConfigurationDelegate.load(java.io.Reader in) |
|
void |
AbstractHierarchicalFileConfiguration.load() |
|
void |
AbstractHierarchicalFileConfiguration.load(java.io.File file) |
|
void |
AbstractHierarchicalFileConfiguration.load(java.io.InputStream in) |
|
void |
AbstractHierarchicalFileConfiguration.load(java.io.InputStream in,
java.lang.String encoding) |
|
void |
AbstractHierarchicalFileConfiguration.load(java.lang.String fileName) |
|
void |
AbstractHierarchicalFileConfiguration.load(java.net.URL url) |
|
void |
FileConfiguration.load() |
Load the configuration from the underlying URL.
|
void |
FileConfiguration.load(java.io.File file) |
Load the configuration from the specified file.
|
void |
FileConfiguration.load(java.io.InputStream in) |
|
void |
FileConfiguration.load(java.io.InputStream in,
java.lang.String encoding) |
Load the configuration from the specified stream, using the specified
encoding.
|
void |
FileConfiguration.load(java.io.Reader in) |
Load the configuration from the specified reader.
|
void |
FileConfiguration.load(java.lang.String fileName) |
Locate the specified file and load the configuration.
|
void |
FileConfiguration.load(java.net.URL url) |
Load the configuration from the specified URL.
|
void |
HierarchicalINIConfiguration.load(java.io.Reader reader) |
Load the configuration from the given reader.
|
void |
INIConfiguration.load(java.io.Reader reader) |
Deprecated.
Load the configuration from the given reader.
|
void |
MultiFileHierarchicalConfiguration.load() |
|
void |
MultiFileHierarchicalConfiguration.load(java.io.File file) |
|
void |
MultiFileHierarchicalConfiguration.load(java.io.InputStream in) |
|
void |
MultiFileHierarchicalConfiguration.load(java.io.InputStream in,
java.lang.String encoding) |
|
void |
MultiFileHierarchicalConfiguration.load(java.io.Reader reader) |
|
void |
MultiFileHierarchicalConfiguration.load(java.lang.String fileName) |
|
void |
MultiFileHierarchicalConfiguration.load(java.net.URL url) |
|
void |
PatternSubtreeConfigurationWrapper.load(java.io.Reader reader) |
|
void |
PropertiesConfiguration.load(java.io.Reader in) |
Load the properties from the given reader.
|
void |
PropertiesConfigurationLayout.load(java.io.Reader in) |
Reads a properties file and stores its internal structure.
|
void |
XMLConfiguration.load(java.io.InputStream in) |
Loads the configuration from the given input stream.
|
void |
XMLConfiguration.load(java.io.Reader in) |
Load the configuration from the given reader.
|
void |
XMLPropertiesConfiguration.load(java.io.Reader in) |
|
void |
XMLPropertiesConfiguration.load(org.w3c.dom.Element element) |
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 |
AbstractFileConfiguration.save(java.io.File file) |
Save the configuration to the specified file.
|
void |
AbstractFileConfiguration.save(java.io.OutputStream out) |
|
void |
AbstractFileConfiguration.save(java.io.OutputStream out,
java.lang.String encoding) |
Save the configuration to the specified stream, using the specified
encoding.
|
void |
AbstractFileConfiguration.save(java.lang.String fileName) |
Save the configuration to the specified file.
|
void |
AbstractFileConfiguration.save(java.net.URL url) |
Save the configuration to the specified URL.
|
void |
AbstractHierarchicalFileConfiguration.FileConfigurationDelegate.save(java.io.Writer out) |
|
void |
AbstractHierarchicalFileConfiguration.save() |
|
void |
AbstractHierarchicalFileConfiguration.save(java.io.File file) |
|
void |
AbstractHierarchicalFileConfiguration.save(java.io.OutputStream out) |
|
void |
AbstractHierarchicalFileConfiguration.save(java.io.OutputStream out,
java.lang.String encoding) |
|
void |
AbstractHierarchicalFileConfiguration.save(java.lang.String fileName) |
|
void |
AbstractHierarchicalFileConfiguration.save(java.net.URL url) |
|
void |
FileConfiguration.save() |
Save the configuration.
|
void |
FileConfiguration.save(java.io.File file) |
Save the configuration to the specified file.
|
void |
FileConfiguration.save(java.io.OutputStream out) |
|
void |
FileConfiguration.save(java.io.OutputStream out,
java.lang.String encoding) |
Save the configuration to the specified stream, using the specified
encoding.
|
void |
FileConfiguration.save(java.io.Writer out) |
Save the configuration to the specified writer.
|
void |
FileConfiguration.save(java.lang.String fileName) |
Save the configuration to the specified file.
|
void |
FileConfiguration.save(java.net.URL url) |
Save the configuration to the specified URL.
|
void |
HierarchicalINIConfiguration.save(java.io.Writer writer) |
Save the configuration to the specified writer.
|
void |
INIConfiguration.save(java.io.Writer writer) |
Deprecated.
Save the configuration to the specified writer.
|
void |
MultiFileHierarchicalConfiguration.save() |
|
void |
MultiFileHierarchicalConfiguration.save(java.io.File file) |
|
void |
MultiFileHierarchicalConfiguration.save(java.io.OutputStream out) |
|
void |
MultiFileHierarchicalConfiguration.save(java.io.OutputStream out,
java.lang.String encoding) |
|
void |
MultiFileHierarchicalConfiguration.save(java.io.Writer writer) |
|
void |
MultiFileHierarchicalConfiguration.save(java.lang.String fileName) |
|
void |
MultiFileHierarchicalConfiguration.save(java.net.URL url) |
|
void |
PatternSubtreeConfigurationWrapper.save(java.io.Writer writer) |
|
void |
PropertiesConfiguration.save(java.io.Writer writer) |
Save the configuration to the specified stream.
|
void |
PropertiesConfigurationLayout.save(java.io.Writer out) |
Writes the properties file to the given writer, preserving as much of its
structure as possible.
|
void |
XMLConfiguration.save(java.io.Writer writer) |
Saves the configuration to the specified writer.
|
void |
XMLPropertiesConfiguration.save(java.io.Writer out) |
|
void |
XMLConfiguration.validate() |
Validate the document against the Schema.
|