Uses of Interface
org.apache.avalon.framework.configuration.MutableConfiguration
Packages that use MutableConfiguration
Package
Description
Component configuration interfaces and XML-based implementations.
-
Uses of MutableConfiguration in org.apache.avalon.framework.configuration
Classes in org.apache.avalon.framework.configuration that implement MutableConfigurationModifier and TypeClassDescriptionclassThis is the defaultConfigurationimplementation.Methods in org.apache.avalon.framework.configuration that return MutableConfigurationModifier and TypeMethodDescriptionDefaultConfiguration.getMutableChild(String name) DefaultConfiguration.getMutableChild(String name, boolean autoCreate) MutableConfiguration.getMutableChild(String name) Equivalent togetMutableChild( name, true )MutableConfiguration.getMutableChild(String name, boolean autoCreate) Gets a child node of this configuration.DefaultConfiguration.getMutableChildren()DefaultConfiguration.getMutableChildren(String name) MutableConfiguration.getMutableChildren()Returns an array of mutable children.MutableConfiguration.getMutableChildren(String name) Returns an array of mutable children with the given name.private MutableConfigurationDefaultConfiguration.toMutable(org.apache.avalon.framework.configuration.Configuration child) Convenience function to convert a child to a mutable configuration.