Uses of Interface
org.apache.avalon.framework.configuration.MutableConfiguration

Packages that use MutableConfiguration
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
 class DefaultConfiguration
          This is the default Configuration implementation.
 

Methods in org.apache.avalon.framework.configuration that return MutableConfiguration
 MutableConfiguration MutableConfiguration.getMutableChild(String name)
          Equivalent to getMutableChild( name, true )
 MutableConfiguration DefaultConfiguration.getMutableChild(String name)
           
 MutableConfiguration MutableConfiguration.getMutableChild(String name, boolean autoCreate)
          Gets a child node of this configuration.
 MutableConfiguration DefaultConfiguration.getMutableChild(String name, boolean autoCreate)
           
 MutableConfiguration[] MutableConfiguration.getMutableChildren()
          Returns an array of mutable children.
 MutableConfiguration[] DefaultConfiguration.getMutableChildren()
           
 MutableConfiguration[] MutableConfiguration.getMutableChildren(String name)
          Returns an array of mutable children with the given name.
 MutableConfiguration[] DefaultConfiguration.getMutableChildren(String name)
           
 



Copyright © 1997-2012 Apache Software Foundation. All Rights Reserved.