public class io.dropwizard.migrations.DbCommand<T extends io.dropwizard.Configuration> extends io.dropwizard.migrations.AbstractLiquibaseCommand<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.dropwizard.migrations.DbCommand
  super_class: io.dropwizard.migrations.AbstractLiquibaseCommand
{
  private static final java.lang.String COMMAND_NAME_ATTR;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "subcommand"

  private final java.util.SortedMap<java.lang.String, io.dropwizard.migrations.AbstractLiquibaseCommand<T>> subcommands;
    descriptor: Ljava/util/SortedMap;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/SortedMap<Ljava/lang/String;Lio/dropwizard/migrations/AbstractLiquibaseCommand<TT;>;>;

  public void <init>(java.lang.String, io.dropwizard.db.DatabaseConfiguration<T>, java.lang.Class<T>, java.lang.String);
    descriptor: (Ljava/lang/String;Lio/dropwizard/db/DatabaseConfiguration;Ljava/lang/Class;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // io.dropwizard.migrations.DbCommand this
        start local 1 // java.lang.String name
        start local 2 // io.dropwizard.db.DatabaseConfiguration strategy
        start local 3 // java.lang.Class configurationClass
        start local 4 // java.lang.String migrationsFileName
         0: .line 19
            aload 0 /* this */
            aload 1 /* name */
            ldc "Run database migration tasks"
            aload 2 /* strategy */
            aload 3 /* configurationClass */
            aload 4 /* migrationsFileName */
            invokespecial io.dropwizard.migrations.AbstractLiquibaseCommand.<init>:(Ljava/lang/String;Ljava/lang/String;Lio/dropwizard/db/DatabaseConfiguration;Ljava/lang/Class;Ljava/lang/String;)V
         1: .line 20
            aload 0 /* this */
            new java.util.TreeMap
            dup
            invokespecial java.util.TreeMap.<init>:()V
            putfield io.dropwizard.migrations.DbCommand.subcommands:Ljava/util/SortedMap;
         2: .line 21
            aload 0 /* this */
            new io.dropwizard.migrations.DbCalculateChecksumCommand
            dup
            aload 2 /* strategy */
            aload 3 /* configurationClass */
            aload 4 /* migrationsFileName */
            invokespecial io.dropwizard.migrations.DbCalculateChecksumCommand.<init>:(Lio/dropwizard/db/DatabaseConfiguration;Ljava/lang/Class;Ljava/lang/String;)V
            invokevirtual io.dropwizard.migrations.DbCommand.addSubcommand:(Lio/dropwizard/migrations/AbstractLiquibaseCommand;)V
         3: .line 22
            aload 0 /* this */
            new io.dropwizard.migrations.DbClearChecksumsCommand
            dup
            aload 2 /* strategy */
            aload 3 /* configurationClass */
            aload 4 /* migrationsFileName */
            invokespecial io.dropwizard.migrations.DbClearChecksumsCommand.<init>:(Lio/dropwizard/db/DatabaseConfiguration;Ljava/lang/Class;Ljava/lang/String;)V
            invokevirtual io.dropwizard.migrations.DbCommand.addSubcommand:(Lio/dropwizard/migrations/AbstractLiquibaseCommand;)V
         4: .line 23
            aload 0 /* this */
            new io.dropwizard.migrations.DbDropAllCommand
            dup
            aload 2 /* strategy */
            aload 3 /* configurationClass */
            aload 4 /* migrationsFileName */
            invokespecial io.dropwizard.migrations.DbDropAllCommand.<init>:(Lio/dropwizard/db/DatabaseConfiguration;Ljava/lang/Class;Ljava/lang/String;)V
            invokevirtual io.dropwizard.migrations.DbCommand.addSubcommand:(Lio/dropwizard/migrations/AbstractLiquibaseCommand;)V
         5: .line 24
            aload 0 /* this */
            new io.dropwizard.migrations.DbDumpCommand
            dup
            aload 2 /* strategy */
            aload 3 /* configurationClass */
            aload 4 /* migrationsFileName */
            invokespecial io.dropwizard.migrations.DbDumpCommand.<init>:(Lio/dropwizard/db/DatabaseConfiguration;Ljava/lang/Class;Ljava/lang/String;)V
            invokevirtual io.dropwizard.migrations.DbCommand.addSubcommand:(Lio/dropwizard/migrations/AbstractLiquibaseCommand;)V
         6: .line 25
            aload 0 /* this */
            new io.dropwizard.migrations.DbFastForwardCommand
            dup
            aload 2 /* strategy */
            aload 3 /* configurationClass */
            aload 4 /* migrationsFileName */
            invokespecial io.dropwizard.migrations.DbFastForwardCommand.<init>:(Lio/dropwizard/db/DatabaseConfiguration;Ljava/lang/Class;Ljava/lang/String;)V
            invokevirtual io.dropwizard.migrations.DbCommand.addSubcommand:(Lio/dropwizard/migrations/AbstractLiquibaseCommand;)V
         7: .line 26
            aload 0 /* this */
            new io.dropwizard.migrations.DbGenerateDocsCommand
            dup
            aload 2 /* strategy */
            aload 3 /* configurationClass */
            aload 4 /* migrationsFileName */
            invokespecial io.dropwizard.migrations.DbGenerateDocsCommand.<init>:(Lio/dropwizard/db/DatabaseConfiguration;Ljava/lang/Class;Ljava/lang/String;)V
            invokevirtual io.dropwizard.migrations.DbCommand.addSubcommand:(Lio/dropwizard/migrations/AbstractLiquibaseCommand;)V
         8: .line 27
            aload 0 /* this */
            new io.dropwizard.migrations.DbLocksCommand
            dup
            aload 2 /* strategy */
            aload 3 /* configurationClass */
            aload 4 /* migrationsFileName */
            invokespecial io.dropwizard.migrations.DbLocksCommand.<init>:(Lio/dropwizard/db/DatabaseConfiguration;Ljava/lang/Class;Ljava/lang/String;)V
            invokevirtual io.dropwizard.migrations.DbCommand.addSubcommand:(Lio/dropwizard/migrations/AbstractLiquibaseCommand;)V
         9: .line 28
            aload 0 /* this */
            new io.dropwizard.migrations.DbMigrateCommand
            dup
            aload 2 /* strategy */
            aload 3 /* configurationClass */
            aload 4 /* migrationsFileName */
            invokespecial io.dropwizard.migrations.DbMigrateCommand.<init>:(Lio/dropwizard/db/DatabaseConfiguration;Ljava/lang/Class;Ljava/lang/String;)V
            invokevirtual io.dropwizard.migrations.DbCommand.addSubcommand:(Lio/dropwizard/migrations/AbstractLiquibaseCommand;)V
        10: .line 29
            aload 0 /* this */
            new io.dropwizard.migrations.DbPrepareRollbackCommand
            dup
            aload 2 /* strategy */
            aload 3 /* configurationClass */
            aload 4 /* migrationsFileName */
            invokespecial io.dropwizard.migrations.DbPrepareRollbackCommand.<init>:(Lio/dropwizard/db/DatabaseConfiguration;Ljava/lang/Class;Ljava/lang/String;)V
            invokevirtual io.dropwizard.migrations.DbCommand.addSubcommand:(Lio/dropwizard/migrations/AbstractLiquibaseCommand;)V
        11: .line 30
            aload 0 /* this */
            new io.dropwizard.migrations.DbRollbackCommand
            dup
            aload 2 /* strategy */
            aload 3 /* configurationClass */
            aload 4 /* migrationsFileName */
            invokespecial io.dropwizard.migrations.DbRollbackCommand.<init>:(Lio/dropwizard/db/DatabaseConfiguration;Ljava/lang/Class;Ljava/lang/String;)V
            invokevirtual io.dropwizard.migrations.DbCommand.addSubcommand:(Lio/dropwizard/migrations/AbstractLiquibaseCommand;)V
        12: .line 31
            aload 0 /* this */
            new io.dropwizard.migrations.DbStatusCommand
            dup
            aload 2 /* strategy */
            aload 3 /* configurationClass */
            aload 4 /* migrationsFileName */
            invokespecial io.dropwizard.migrations.DbStatusCommand.<init>:(Lio/dropwizard/db/DatabaseConfiguration;Ljava/lang/Class;Ljava/lang/String;)V
            invokevirtual io.dropwizard.migrations.DbCommand.addSubcommand:(Lio/dropwizard/migrations/AbstractLiquibaseCommand;)V
        13: .line 32
            aload 0 /* this */
            new io.dropwizard.migrations.DbTagCommand
            dup
            aload 2 /* strategy */
            aload 3 /* configurationClass */
            aload 4 /* migrationsFileName */
            invokespecial io.dropwizard.migrations.DbTagCommand.<init>:(Lio/dropwizard/db/DatabaseConfiguration;Ljava/lang/Class;Ljava/lang/String;)V
            invokevirtual io.dropwizard.migrations.DbCommand.addSubcommand:(Lio/dropwizard/migrations/AbstractLiquibaseCommand;)V
        14: .line 33
            aload 0 /* this */
            new io.dropwizard.migrations.DbTestCommand
            dup
            aload 2 /* strategy */
            aload 3 /* configurationClass */
            aload 4 /* migrationsFileName */
            invokespecial io.dropwizard.migrations.DbTestCommand.<init>:(Lio/dropwizard/db/DatabaseConfiguration;Ljava/lang/Class;Ljava/lang/String;)V
            invokevirtual io.dropwizard.migrations.DbCommand.addSubcommand:(Lio/dropwizard/migrations/AbstractLiquibaseCommand;)V
        15: .line 34
            return
        end local 4 // java.lang.String migrationsFileName
        end local 3 // java.lang.Class configurationClass
        end local 2 // io.dropwizard.db.DatabaseConfiguration strategy
        end local 1 // java.lang.String name
        end local 0 // io.dropwizard.migrations.DbCommand this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   16     0                this  Lio/dropwizard/migrations/DbCommand<TT;>;
            0   16     1                name  Ljava/lang/String;
            0   16     2            strategy  Lio/dropwizard/db/DatabaseConfiguration<TT;>;
            0   16     3  configurationClass  Ljava/lang/Class<TT;>;
            0   16     4  migrationsFileName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Lio/dropwizard/db/DatabaseConfiguration<TT;>;Ljava/lang/Class<TT;>;Ljava/lang/String;)V
    MethodParameters:
                    Name  Flags
      name                
      strategy            
      configurationClass  
      migrationsFileName  

  private void addSubcommand(io.dropwizard.migrations.AbstractLiquibaseCommand<T>);
    descriptor: (Lio/dropwizard/migrations/AbstractLiquibaseCommand;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.dropwizard.migrations.DbCommand this
        start local 1 // io.dropwizard.migrations.AbstractLiquibaseCommand subcommand
         0: .line 37
            aload 0 /* this */
            getfield io.dropwizard.migrations.DbCommand.subcommands:Ljava/util/SortedMap;
            aload 1 /* subcommand */
            invokevirtual io.dropwizard.migrations.AbstractLiquibaseCommand.getName:()Ljava/lang/String;
            aload 1 /* subcommand */
            invokeinterface java.util.SortedMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 38
            return
        end local 1 // io.dropwizard.migrations.AbstractLiquibaseCommand subcommand
        end local 0 // io.dropwizard.migrations.DbCommand this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/dropwizard/migrations/DbCommand<TT;>;
            0    2     1  subcommand  Lio/dropwizard/migrations/AbstractLiquibaseCommand<TT;>;
    Signature: (Lio/dropwizard/migrations/AbstractLiquibaseCommand<TT;>;)V
    MethodParameters:
            Name  Flags
      subcommand  

  public void configure(net.sourceforge.argparse4j.inf.Subparser);
    descriptor: (Lnet/sourceforge/argparse4j/inf/Subparser;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // io.dropwizard.migrations.DbCommand this
        start local 1 // net.sourceforge.argparse4j.inf.Subparser subparser
         0: .line 42
            aload 0 /* this */
            getfield io.dropwizard.migrations.DbCommand.subcommands:Ljava/util/SortedMap;
            invokeinterface java.util.SortedMap.values:()Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 3
            goto 8
      StackMap locals: io.dropwizard.migrations.DbCommand net.sourceforge.argparse4j.inf.Subparser top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast io.dropwizard.migrations.AbstractLiquibaseCommand
            astore 2 /* subcommand */
        start local 2 // io.dropwizard.migrations.AbstractLiquibaseCommand subcommand
         2: .line 43
            aload 1 /* subparser */
            invokeinterface net.sourceforge.argparse4j.inf.Subparser.addSubparsers:()Lnet/sourceforge/argparse4j/inf/Subparsers;
         3: .line 44
            aload 2 /* subcommand */
            invokevirtual io.dropwizard.migrations.AbstractLiquibaseCommand.getName:()Ljava/lang/String;
            invokeinterface net.sourceforge.argparse4j.inf.Subparsers.addParser:(Ljava/lang/String;)Lnet/sourceforge/argparse4j/inf/Subparser;
         4: .line 45
            ldc "subcommand"
            aload 2 /* subcommand */
            invokevirtual io.dropwizard.migrations.AbstractLiquibaseCommand.getName:()Ljava/lang/String;
            invokeinterface net.sourceforge.argparse4j.inf.Subparser.setDefault:(Ljava/lang/String;Ljava/lang/Object;)Lnet/sourceforge/argparse4j/inf/Subparser;
         5: .line 46
            aload 2 /* subcommand */
            invokevirtual io.dropwizard.migrations.AbstractLiquibaseCommand.getDescription:()Ljava/lang/String;
            invokeinterface net.sourceforge.argparse4j.inf.Subparser.description:(Ljava/lang/String;)Lnet/sourceforge/argparse4j/inf/Subparser;
         6: .line 43
            astore 4 /* cmdParser */
        start local 4 // net.sourceforge.argparse4j.inf.Subparser cmdParser
         7: .line 47
            aload 2 /* subcommand */
            aload 4 /* cmdParser */
            invokevirtual io.dropwizard.migrations.AbstractLiquibaseCommand.configure:(Lnet/sourceforge/argparse4j/inf/Subparser;)V
        end local 4 // net.sourceforge.argparse4j.inf.Subparser cmdParser
        end local 2 // io.dropwizard.migrations.AbstractLiquibaseCommand subcommand
         8: .line 42
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         9: .line 49
            return
        end local 1 // net.sourceforge.argparse4j.inf.Subparser subparser
        end local 0 // io.dropwizard.migrations.DbCommand this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   10     0        this  Lio/dropwizard/migrations/DbCommand<TT;>;
            0   10     1   subparser  Lnet/sourceforge/argparse4j/inf/Subparser;
            2    8     2  subcommand  Lio/dropwizard/migrations/AbstractLiquibaseCommand<TT;>;
            7    8     4   cmdParser  Lnet/sourceforge/argparse4j/inf/Subparser;
    MethodParameters:
           Name  Flags
      subparser  

  public void run(net.sourceforge.argparse4j.inf.Namespace, liquibase.Liquibase);
    descriptor: (Lnet/sourceforge/argparse4j/inf/Namespace;Lliquibase/Liquibase;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.dropwizard.migrations.DbCommand this
        start local 1 // net.sourceforge.argparse4j.inf.Namespace namespace
        start local 2 // liquibase.Liquibase liquibase
         0: .line 54
            aload 0 /* this */
            getfield io.dropwizard.migrations.DbCommand.subcommands:Ljava/util/SortedMap;
            aload 1 /* namespace */
            ldc "subcommand"
            invokevirtual net.sourceforge.argparse4j.inf.Namespace.getString:(Ljava/lang/String;)Ljava/lang/String;
            invokeinterface java.util.SortedMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.dropwizard.migrations.AbstractLiquibaseCommand
            ldc "Unable find the command"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast io.dropwizard.migrations.AbstractLiquibaseCommand
         1: .line 53
            astore 3 /* subcommand */
        start local 3 // io.dropwizard.migrations.AbstractLiquibaseCommand subcommand
         2: .line 55
            aload 3 /* subcommand */
            aload 1 /* namespace */
            aload 2 /* liquibase */
            invokevirtual io.dropwizard.migrations.AbstractLiquibaseCommand.run:(Lnet/sourceforge/argparse4j/inf/Namespace;Lliquibase/Liquibase;)V
         3: .line 56
            return
        end local 3 // io.dropwizard.migrations.AbstractLiquibaseCommand subcommand
        end local 2 // liquibase.Liquibase liquibase
        end local 1 // net.sourceforge.argparse4j.inf.Namespace namespace
        end local 0 // io.dropwizard.migrations.DbCommand this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lio/dropwizard/migrations/DbCommand<TT;>;
            0    4     1   namespace  Lnet/sourceforge/argparse4j/inf/Namespace;
            0    4     2   liquibase  Lliquibase/Liquibase;
            2    4     3  subcommand  Lio/dropwizard/migrations/AbstractLiquibaseCommand<TT;>;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
           Name  Flags
      namespace  
      liquibase  
}
Signature: <T:Lio/dropwizard/Configuration;>Lio/dropwizard/migrations/AbstractLiquibaseCommand<TT;>;
SourceFile: "DbCommand.java"