Package | Description |
---|---|
org.apache.commons.configuration |
The Configuration main package.
|
Modifier and Type | Class and Description |
---|---|
private class |
XMLConfiguration.XMLFileConfigurationDelegate
A special implementation of the
FileConfiguration interface that is
used internally to implement the FileConfiguration methods
for XMLConfiguration , too. |
Modifier and Type | Field and Description |
---|---|
private AbstractHierarchicalFileConfiguration.FileConfigurationDelegate |
AbstractHierarchicalFileConfiguration.delegate
Stores the delegate used for implementing functionality related to the
FileConfiguration interface. |
Modifier and Type | Method and Description |
---|---|
protected AbstractHierarchicalFileConfiguration.FileConfigurationDelegate |
AbstractHierarchicalFileConfiguration.createDelegate()
Creates the file configuration delegate, i.e.
|
protected AbstractHierarchicalFileConfiguration.FileConfigurationDelegate |
XMLConfiguration.createDelegate()
Creates the file configuration delegate for this object.
|
protected AbstractHierarchicalFileConfiguration.FileConfigurationDelegate |
AbstractHierarchicalFileConfiguration.getDelegate()
Returns the file configuration delegate.
|
Modifier and Type | Method and Description |
---|---|
private void |
AbstractHierarchicalFileConfiguration.initDelegate(AbstractHierarchicalFileConfiguration.FileConfigurationDelegate del)
Helper method for initializing the file configuration delegate.
|
protected void |
AbstractHierarchicalFileConfiguration.setDelegate(AbstractHierarchicalFileConfiguration.FileConfigurationDelegate delegate)
Allows to set the file configuration delegate.
|