public interface org.apache.avalon.framework.configuration.MutableConfiguration extends org.apache.avalon.framework.configuration.Configuration
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.apache.avalon.framework.configuration.MutableConfiguration
  super_class: java.lang.Object
{
  public abstract void setValue(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      value  final

  public abstract void setValue(int);
    descriptor: (I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      value  final

  public abstract void setValue(long);
    descriptor: (J)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      value  final

  public abstract void setValue(boolean);
    descriptor: (Z)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      value  final

  public abstract void setValue(float);
    descriptor: (F)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      value  final

  public abstract void setValue(double);
    descriptor: (D)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      value  final

  public abstract void setAttribute(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      name   final
      value  final

  public abstract void setAttribute(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      name   final
      value  final

  public abstract void setAttribute(java.lang.String, long);
    descriptor: (Ljava/lang/String;J)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      name   final
      value  final

  public abstract void setAttribute(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      name   final
      value  final

  public abstract void setAttribute(java.lang.String, float);
    descriptor: (Ljava/lang/String;F)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      name   final
      value  final

  public abstract void setAttribute(java.lang.String, double);
    descriptor: (Ljava/lang/String;D)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      name   final
      value  final

  public abstract void addChild(org.apache.avalon.framework.configuration.Configuration);
    descriptor: (Lorg/apache/avalon/framework/configuration/Configuration;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
               Name  Flags
      configuration  final

  public abstract void addAll(org.apache.avalon.framework.configuration.Configuration);
    descriptor: (Lorg/apache/avalon/framework/configuration/Configuration;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      other  final

  public abstract void addAllAttributes(org.apache.avalon.framework.configuration.Configuration);
    descriptor: (Lorg/apache/avalon/framework/configuration/Configuration;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      other  final

  public abstract void addAllChildren(org.apache.avalon.framework.configuration.Configuration);
    descriptor: (Lorg/apache/avalon/framework/configuration/Configuration;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      other  final

  public abstract void removeChild(org.apache.avalon.framework.configuration.Configuration);
    descriptor: (Lorg/apache/avalon/framework/configuration/Configuration;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
               Name  Flags
      configuration  final

  public abstract org.apache.avalon.framework.configuration.MutableConfiguration getMutableChild(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/apache/avalon/framework/configuration/MutableConfiguration;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.apache.avalon.framework.configuration.ConfigurationException
    MethodParameters:
      Name  Flags
      name  final

  public abstract org.apache.avalon.framework.configuration.MutableConfiguration getMutableChild(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)Lorg/apache/avalon/framework/configuration/MutableConfiguration;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.apache.avalon.framework.configuration.ConfigurationException
    MethodParameters:
            Name  Flags
      name        final
      autoCreate  

  public abstract org.apache.avalon.framework.configuration.MutableConfiguration[] getMutableChildren();
    descriptor: ()[Lorg/apache/avalon/framework/configuration/MutableConfiguration;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.apache.avalon.framework.configuration.ConfigurationException

  public abstract org.apache.avalon.framework.configuration.MutableConfiguration[] getMutableChildren(java.lang.String);
    descriptor: (Ljava/lang/String;)[Lorg/apache/avalon/framework/configuration/MutableConfiguration;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.apache.avalon.framework.configuration.ConfigurationException
    MethodParameters:
      Name  Flags
      name  final
}
SourceFile: "MutableConfiguration.java"