public class io.dropwizard.migrations.DbGenerateDocsCommand<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.DbGenerateDocsCommand
  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.DbGenerateDocsCommand 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 11
            aload 0 /* this */
            ldc "generate-docs"
            ldc "Generate documentation about the database state."
            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 12
            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.DbGenerateDocsCommand this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lio/dropwizard/migrations/DbGenerateDocsCommand<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.DbGenerateDocsCommand this
        start local 1 // net.sourceforge.argparse4j.inf.Subparser subparser
         0: .line 16
            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 "output"
            aastore
            invokeinterface net.sourceforge.argparse4j.inf.Subparser.addArgument:([Ljava/lang/String;)Lnet/sourceforge/argparse4j/inf/Argument;
            iconst_1
            invokeinterface net.sourceforge.argparse4j.inf.Argument.nargs:(I)Lnet/sourceforge/argparse4j/inf/Argument;
            ldc "output directory"
            invokeinterface net.sourceforge.argparse4j.inf.Argument.help:(Ljava/lang/String;)Lnet/sourceforge/argparse4j/inf/Argument;
            pop
         2: .line 19
            return
        end local 1 // net.sourceforge.argparse4j.inf.Subparser subparser
        end local 0 // io.dropwizard.migrations.DbGenerateDocsCommand this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lio/dropwizard/migrations/DbGenerateDocsCommand<TT;>;
            0    3     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=3, locals=3, args_size=3
        start local 0 // io.dropwizard.migrations.DbGenerateDocsCommand this
        start local 1 // net.sourceforge.argparse4j.inf.Namespace namespace
        start local 2 // liquibase.Liquibase liquibase
         0: .line 23
            aload 2 /* liquibase */
            aload 1 /* namespace */
            ldc "output"
            invokevirtual net.sourceforge.argparse4j.inf.Namespace.getList:(Ljava/lang/String;)Ljava/util/List;
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast java.lang.String
            invokevirtual liquibase.Liquibase.generateDocumentation:(Ljava/lang/String;)V
         1: .line 24
            return
        end local 2 // liquibase.Liquibase liquibase
        end local 1 // net.sourceforge.argparse4j.inf.Namespace namespace
        end local 0 // io.dropwizard.migrations.DbGenerateDocsCommand this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/dropwizard/migrations/DbGenerateDocsCommand<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: "DbGenerateDocsCommand.java"