Uses of Class
org.apache.commons.configuration.AbstractHierarchicalFileConfiguration.FileConfigurationDelegate
-
Packages that use AbstractHierarchicalFileConfiguration.FileConfigurationDelegate Package Description org.apache.commons.configuration -
-
Uses of AbstractHierarchicalFileConfiguration.FileConfigurationDelegate in org.apache.commons.configuration
Methods in org.apache.commons.configuration that return AbstractHierarchicalFileConfiguration.FileConfigurationDelegate Modifier and Type Method 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.Methods in org.apache.commons.configuration with parameters of type AbstractHierarchicalFileConfiguration.FileConfigurationDelegate Modifier and Type Method Description protected void
AbstractHierarchicalFileConfiguration. setDelegate(AbstractHierarchicalFileConfiguration.FileConfigurationDelegate delegate)
Allows to set the file configuration delegate.
-