public class io.dropwizard.migrations.DbDropAllCommand<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.DbDropAllCommand
  super_class: io.dropwizard.migrations.AbstractLiquibaseCommand
{
  public void <init>(io.dropwizard.db.DatabaseConfiguration<T>, java.lang.Class<T>, java.lang.String);
    descriptor: (Lio/dropwizard/db/DatabaseConfiguration;Ljava/lang/Class;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.dropwizard.migrations.DbDropAllCommand this
        start local 1 // io.dropwizard.db.DatabaseConfiguration strategy
        start local 2 // java.lang.Class configurationClass
        start local 3 // java.lang.String migrationsFileName
         0: .line 12
            aload 0 /* this */
            ldc "drop-all"
            ldc "Delete all user-owned objects from the database."
            aload 1 /* strategy */
            aload 2 /* configurationClass */
            aload 3 /* 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 13
            return
        end local 3 // java.lang.String migrationsFileName
        end local 2 // java.lang.Class configurationClass
        end local 1 // io.dropwizard.db.DatabaseConfiguration strategy
        end local 0 // io.dropwizard.migrations.DbDropAllCommand this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lio/dropwizard/migrations/DbDropAllCommand<TT;>;
            0    2     1            strategy  Lio/dropwizard/db/DatabaseConfiguration<TT;>;
            0    2     2  configurationClass  Ljava/lang/Class<TT;>;
            0    2     3  migrationsFileName  Ljava/lang/String;
    Signature: (Lio/dropwizard/db/DatabaseConfiguration<TT;>;Ljava/lang/Class<TT;>;Ljava/lang/String;)V
    MethodParameters:
                    Name  Flags
      strategy            
      configurationClass  
      migrationsFileName  

  public void configure(net.sourceforge.argparse4j.inf.Subparser);
    descriptor: (Lnet/sourceforge/argparse4j/inf/Subparser;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.dropwizard.migrations.DbDropAllCommand this
        start local 1 // net.sourceforge.argparse4j.inf.Subparser subparser
         0: .line 17
            aload 0 /* this */
            aload 1 /* subparser */
            invokespecial io.dropwizard.migrations.AbstractLiquibaseCommand.configure:(Lnet/sourceforge/argparse4j/inf/Subparser;)V
         1: .line 18
            aload 1 /* subparser */
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
            ldc "--confirm-delete-everything"
            aastore
            invokeinterface net.sourceforge.argparse4j.inf.Subparser.addArgument:([Ljava/lang/String;)Lnet/sourceforge/argparse4j/inf/Argument;
         2: .line 19
            invokestatic net.sourceforge.argparse4j.impl.Arguments.storeTrue:()Lnet/sourceforge/argparse4j/impl/action/StoreTrueArgumentAction;
            invokeinterface net.sourceforge.argparse4j.inf.Argument.action:(Lnet/sourceforge/argparse4j/inf/ArgumentAction;)Lnet/sourceforge/argparse4j/inf/Argument;
         3: .line 20
            iconst_1
            invokeinterface net.sourceforge.argparse4j.inf.Argument.required:(Z)Lnet/sourceforge/argparse4j/inf/Argument;
         4: .line 21
            ldc "indicate you understand this deletes everything in your database"
            invokeinterface net.sourceforge.argparse4j.inf.Argument.help:(Ljava/lang/String;)Lnet/sourceforge/argparse4j/inf/Argument;
            pop
         5: .line 22
            return
        end local 1 // net.sourceforge.argparse4j.inf.Subparser subparser
        end local 0 // io.dropwizard.migrations.DbDropAllCommand this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lio/dropwizard/migrations/DbDropAllCommand<TT;>;
            0    6     1  subparser  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=1, locals=3, args_size=3
        start local 0 // io.dropwizard.migrations.DbDropAllCommand this
        start local 1 // net.sourceforge.argparse4j.inf.Namespace namespace
        start local 2 // liquibase.Liquibase liquibase
         0: .line 26
            aload 2 /* liquibase */
            invokevirtual liquibase.Liquibase.dropAll:()V
         1: .line 27
            return
        end local 2 // liquibase.Liquibase liquibase
        end local 1 // net.sourceforge.argparse4j.inf.Namespace namespace
        end local 0 // io.dropwizard.migrations.DbDropAllCommand this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/dropwizard/migrations/DbDropAllCommand<TT;>;
            0    2     1  namespace  Lnet/sourceforge/argparse4j/inf/Namespace;
            0    2     2  liquibase  Lliquibase/Liquibase;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
           Name  Flags
      namespace  
      liquibase  
}
Signature: <T:Lio/dropwizard/Configuration;>Lio/dropwizard/migrations/AbstractLiquibaseCommand<TT;>;
SourceFile: "DbDropAllCommand.java"