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.FileConfigurationDelegateAbstractHierarchicalFileConfiguration. createDelegate()Creates the file configuration delegate, i.e.protected AbstractHierarchicalFileConfiguration.FileConfigurationDelegateXMLConfiguration. createDelegate()Creates the file configuration delegate for this object.protected AbstractHierarchicalFileConfiguration.FileConfigurationDelegateAbstractHierarchicalFileConfiguration. getDelegate()Returns the file configuration delegate.Methods in org.apache.commons.configuration with parameters of type AbstractHierarchicalFileConfiguration.FileConfigurationDelegate Modifier and Type Method Description protected voidAbstractHierarchicalFileConfiguration. setDelegate(AbstractHierarchicalFileConfiguration.FileConfigurationDelegate delegate)Allows to set the file configuration delegate.
-