Class AbstractLiquibaseCommand<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 ConfiguredCommand<T extends Configuration>
        Parameters:
        subparser - the Subparser specific to the command
      • run

        protected abstract void run​(net.sourceforge.argparse4j.inf.Namespace namespace,
                                    liquibase.Liquibase liquibase)
                             throws Exception
        Throws:
        Exception