public class org.apache.commons.configuration2.builder.PropertiesBuilderParametersImpl extends org.apache.commons.configuration2.builder.FileBasedBuilderParametersImpl implements org.apache.commons.configuration2.builder.PropertiesBuilderProperties<org.apache.commons.configuration2.builder.PropertiesBuilderParametersImpl>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.commons.configuration2.builder.PropertiesBuilderParametersImpl
  super_class: org.apache.commons.configuration2.builder.FileBasedBuilderParametersImpl
{
  private static final java.lang.String PROP_INCLUDE_LISTENER;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "includeListener"

  private static final java.lang.String PROP_INCLUDES_ALLOWED;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "includesAllowed"

  private static final java.lang.String PROP_LAYOUT;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "layout"

  private static final java.lang.String PROP_IO_FACTORY;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "IOFactory"

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.configuration2.builder.PropertiesBuilderParametersImpl this
         0: .line 45
            aload 0 /* this */
            invokespecial org.apache.commons.configuration2.builder.FileBasedBuilderParametersImpl.<init>:()V
            return
        end local 0 // org.apache.commons.configuration2.builder.PropertiesBuilderParametersImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/configuration2/builder/PropertiesBuilderParametersImpl;

  public org.apache.commons.configuration2.builder.PropertiesBuilderParametersImpl setIncludeListener(org.apache.commons.configuration2.ConfigurationConsumer<org.apache.commons.configuration2.ex.ConfigurationException>);
    descriptor: (Lorg/apache/commons/configuration2/ConfigurationConsumer;)Lorg/apache/commons/configuration2/builder/PropertiesBuilderParametersImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.commons.configuration2.builder.PropertiesBuilderParametersImpl this
        start local 1 // org.apache.commons.configuration2.ConfigurationConsumer includeListener
         0: .line 65
            aload 0 /* this */
            ldc "includeListener"
            aload 1 /* includeListener */
            invokevirtual org.apache.commons.configuration2.builder.PropertiesBuilderParametersImpl.storeProperty:(Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 66
            aload 0 /* this */
            areturn
        end local 1 // org.apache.commons.configuration2.ConfigurationConsumer includeListener
        end local 0 // org.apache.commons.configuration2.builder.PropertiesBuilderParametersImpl this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lorg/apache/commons/configuration2/builder/PropertiesBuilderParametersImpl;
            0    2     1  includeListener  Lorg/apache/commons/configuration2/ConfigurationConsumer<Lorg/apache/commons/configuration2/ex/ConfigurationException;>;
    Signature: (Lorg/apache/commons/configuration2/ConfigurationConsumer<Lorg/apache/commons/configuration2/ex/ConfigurationException;>;)Lorg/apache/commons/configuration2/builder/PropertiesBuilderParametersImpl;
    MethodParameters:
                 Name  Flags
      includeListener  final

  public org.apache.commons.configuration2.builder.PropertiesBuilderParametersImpl setIncludesAllowed(boolean);
    descriptor: (Z)Lorg/apache/commons/configuration2/builder/PropertiesBuilderParametersImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.commons.configuration2.builder.PropertiesBuilderParametersImpl this
        start local 1 // boolean f
         0: .line 72
            aload 0 /* this */
            ldc "includesAllowed"
            iload 1 /* f */
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokevirtual org.apache.commons.configuration2.builder.PropertiesBuilderParametersImpl.storeProperty:(Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 73
            aload 0 /* this */
            areturn
        end local 1 // boolean f
        end local 0 // org.apache.commons.configuration2.builder.PropertiesBuilderParametersImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/configuration2/builder/PropertiesBuilderParametersImpl;
            0    2     1     f  Z
    MethodParameters:
      Name  Flags
      f     final

  public void inheritFrom(java.util.Map<java.lang.String, ?>);
    descriptor: (Ljava/util/Map;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // org.apache.commons.configuration2.builder.PropertiesBuilderParametersImpl this
        start local 1 // java.util.Map source
         0: .line 83
            aload 0 /* this */
            aload 1 /* source */
            invokespecial org.apache.commons.configuration2.builder.FileBasedBuilderParametersImpl.inheritFrom:(Ljava/util/Map;)V
         1: .line 84
            aload 0 /* this */
            aload 1 /* source */
            iconst_3
            anewarray java.lang.String
            dup
            iconst_0
            ldc "includesAllowed"
            aastore
            dup
            iconst_1
            ldc "includeListener"
            aastore
            dup
            iconst_2
            ldc "IOFactory"
            aastore
            invokevirtual org.apache.commons.configuration2.builder.PropertiesBuilderParametersImpl.copyPropertiesFrom:(Ljava/util/Map;[Ljava/lang/String;)V
         2: .line 85
            return
        end local 1 // java.util.Map source
        end local 0 // org.apache.commons.configuration2.builder.PropertiesBuilderParametersImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/apache/commons/configuration2/builder/PropertiesBuilderParametersImpl;
            0    3     1  source  Ljava/util/Map<Ljava/lang/String;*>;
    Signature: (Ljava/util/Map<Ljava/lang/String;*>;)V
    MethodParameters:
        Name  Flags
      source  final

  public org.apache.commons.configuration2.builder.PropertiesBuilderParametersImpl setLayout(org.apache.commons.configuration2.PropertiesConfigurationLayout);
    descriptor: (Lorg/apache/commons/configuration2/PropertiesConfigurationLayout;)Lorg/apache/commons/configuration2/builder/PropertiesBuilderParametersImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.commons.configuration2.builder.PropertiesBuilderParametersImpl this
        start local 1 // org.apache.commons.configuration2.PropertiesConfigurationLayout layout
         0: .line 91
            aload 0 /* this */
            ldc "layout"
            aload 1 /* layout */
            invokevirtual org.apache.commons.configuration2.builder.PropertiesBuilderParametersImpl.storeProperty:(Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 92
            aload 0 /* this */
            areturn
        end local 1 // org.apache.commons.configuration2.PropertiesConfigurationLayout layout
        end local 0 // org.apache.commons.configuration2.builder.PropertiesBuilderParametersImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/apache/commons/configuration2/builder/PropertiesBuilderParametersImpl;
            0    2     1  layout  Lorg/apache/commons/configuration2/PropertiesConfigurationLayout;
    MethodParameters:
        Name  Flags
      layout  final

  public org.apache.commons.configuration2.builder.PropertiesBuilderParametersImpl setIOFactory(org.apache.commons.configuration2.PropertiesConfiguration$IOFactory);
    descriptor: (Lorg/apache/commons/configuration2/PropertiesConfiguration$IOFactory;)Lorg/apache/commons/configuration2/builder/PropertiesBuilderParametersImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.commons.configuration2.builder.PropertiesBuilderParametersImpl this
        start local 1 // org.apache.commons.configuration2.PropertiesConfiguration$IOFactory factory
         0: .line 98
            aload 0 /* this */
            ldc "IOFactory"
            aload 1 /* factory */
            invokevirtual org.apache.commons.configuration2.builder.PropertiesBuilderParametersImpl.storeProperty:(Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 99
            aload 0 /* this */
            areturn
        end local 1 // org.apache.commons.configuration2.PropertiesConfiguration$IOFactory factory
        end local 0 // org.apache.commons.configuration2.builder.PropertiesBuilderParametersImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/apache/commons/configuration2/builder/PropertiesBuilderParametersImpl;
            0    2     1  factory  Lorg/apache/commons/configuration2/PropertiesConfiguration$IOFactory;
    MethodParameters:
         Name  Flags
      factory  final

  public java.lang.Object setIOFactory(org.apache.commons.configuration2.PropertiesConfiguration$IOFactory);
    descriptor: (Lorg/apache/commons/configuration2/PropertiesConfiguration$IOFactory;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.apache.commons.configuration2.builder.PropertiesBuilderParametersImpl.setIOFactory:(Lorg/apache/commons/configuration2/PropertiesConfiguration$IOFactory;)Lorg/apache/commons/configuration2/builder/PropertiesBuilderParametersImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object setIncludeListener(org.apache.commons.configuration2.ConfigurationConsumer);
    descriptor: (Lorg/apache/commons/configuration2/ConfigurationConsumer;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.apache.commons.configuration2.builder.PropertiesBuilderParametersImpl.setIncludeListener:(Lorg/apache/commons/configuration2/ConfigurationConsumer;)Lorg/apache/commons/configuration2/builder/PropertiesBuilderParametersImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object setLayout(org.apache.commons.configuration2.PropertiesConfigurationLayout);
    descriptor: (Lorg/apache/commons/configuration2/PropertiesConfigurationLayout;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.apache.commons.configuration2.builder.PropertiesBuilderParametersImpl.setLayout:(Lorg/apache/commons/configuration2/PropertiesConfigurationLayout;)Lorg/apache/commons/configuration2/builder/PropertiesBuilderParametersImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object setIncludesAllowed(boolean);
    descriptor: (Z)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual org.apache.commons.configuration2.builder.PropertiesBuilderParametersImpl.setIncludesAllowed:(Z)Lorg/apache/commons/configuration2/builder/PropertiesBuilderParametersImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lorg/apache/commons/configuration2/builder/FileBasedBuilderParametersImpl;Lorg/apache/commons/configuration2/builder/PropertiesBuilderProperties<Lorg/apache/commons/configuration2/builder/PropertiesBuilderParametersImpl;>;
SourceFile: "PropertiesBuilderParametersImpl.java"
InnerClasses:
  public abstract IOFactory = org.apache.commons.configuration2.PropertiesConfiguration$IOFactory of org.apache.commons.configuration2.PropertiesConfiguration