Uses of Interface
org.apache.avalon.framework.configuration.MutableConfiguration
-
Packages that use MutableConfiguration Package Description org.apache.avalon.framework.configuration 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 MutableConfiguration Modifier and Type Class Description classDefaultConfigurationThis is the defaultConfigurationimplementation.Methods in org.apache.avalon.framework.configuration that return MutableConfiguration Modifier and Type Method Description MutableConfigurationDefaultConfiguration. getMutableChild(java.lang.String name)MutableConfigurationDefaultConfiguration. getMutableChild(java.lang.String name, boolean autoCreate)MutableConfigurationMutableConfiguration. getMutableChild(java.lang.String name)Equivalent togetMutableChild( name, true )MutableConfigurationMutableConfiguration. getMutableChild(java.lang.String name, boolean autoCreate)Gets a child node of this configuration.MutableConfiguration[]DefaultConfiguration. getMutableChildren()MutableConfiguration[]DefaultConfiguration. getMutableChildren(java.lang.String name)MutableConfiguration[]MutableConfiguration. getMutableChildren()Returns an array of mutable children.MutableConfiguration[]MutableConfiguration. getMutableChildren(java.lang.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.
-