Class DbCalculateChecksumCommand<T extends Configuration>

    • Method Detail

      • configure

        public void configure​(net.sourceforge.argparse4j.inf.Subparser subparser)
        Description copied from class: ConfiguredCommand
        Configure the command's Subparser.

        N.B.: if you override this method, you must call super.override(subparser) in order to preserve the configuration file parameter in the subparser.

        Overrides:
        configure in class AbstractLiquibaseCommand<T extends Configuration>
        Parameters:
        subparser - the Subparser specific to the command