Uses of Class
org.apache.commons.configuration.AbstractHierarchicalFileConfiguration.FileConfigurationDelegate
Packages that use AbstractHierarchicalFileConfiguration.FileConfigurationDelegate
-
Uses of AbstractHierarchicalFileConfiguration.FileConfigurationDelegate in org.apache.commons.configuration
Methods in org.apache.commons.configuration that return AbstractHierarchicalFileConfiguration.FileConfigurationDelegateModifier and TypeMethodDescriptionAbstractHierarchicalFileConfiguration.createDelegate()Creates the file configuration delegate, i.e.XMLConfiguration.createDelegate()Creates the file configuration delegate for this object.AbstractHierarchicalFileConfiguration.getDelegate()Returns the file configuration delegate.Methods in org.apache.commons.configuration with parameters of type AbstractHierarchicalFileConfiguration.FileConfigurationDelegateModifier and TypeMethodDescriptionprotected voidAbstractHierarchicalFileConfiguration.setDelegate(AbstractHierarchicalFileConfiguration.FileConfigurationDelegate delegate) Allows to set the file configuration delegate.