|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractHierarchicalFileConfiguration.FileConfigurationDelegate | |
|---|---|
| org.apache.commons.configuration | The Configuration main package. |
| Uses of AbstractHierarchicalFileConfiguration.FileConfigurationDelegate in org.apache.commons.configuration |
|---|
| Subclasses of AbstractHierarchicalFileConfiguration.FileConfigurationDelegate in org.apache.commons.configuration | |
|---|---|
private class |
XMLConfiguration.XMLFileConfigurationDelegate
A special implementation of the FileConfiguration interface that is
used internally to implement the FileConfiguration methods
for XMLConfiguration, too. |
| Fields in org.apache.commons.configuration declared as AbstractHierarchicalFileConfiguration.FileConfigurationDelegate | |
|---|---|
private AbstractHierarchicalFileConfiguration.FileConfigurationDelegate |
AbstractHierarchicalFileConfiguration.delegate
Stores the delegate used for implementing functionality related to the FileConfiguration interface. |
| Methods in org.apache.commons.configuration that return AbstractHierarchicalFileConfiguration.FileConfigurationDelegate | |
|---|---|
protected AbstractHierarchicalFileConfiguration.FileConfigurationDelegate |
XMLConfiguration.createDelegate()
Creates the file configuration delegate for this object. |
protected AbstractHierarchicalFileConfiguration.FileConfigurationDelegate |
MultiFileHierarchicalConfiguration.createDelegate()
Creates the file configuration delegate, i.e. |
protected AbstractHierarchicalFileConfiguration.FileConfigurationDelegate |
AbstractHierarchicalFileConfiguration.createDelegate()
Creates the file configuration delegate, i.e. |
protected AbstractHierarchicalFileConfiguration.FileConfigurationDelegate |
AbstractHierarchicalFileConfiguration.getDelegate()
Returns the file configuration delegate. |
| Methods in org.apache.commons.configuration with parameters of type AbstractHierarchicalFileConfiguration.FileConfigurationDelegate | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||