public class DbGenerateDocsCommand<T extends Configuration> extends AbstractLiquibaseCommand<T>
| Constructor and Description |
|---|
DbGenerateDocsCommand(DatabaseConfiguration<T> strategy,
Class<T> configurationClass,
String migrationsFileName) |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(net.sourceforge.argparse4j.inf.Subparser subparser)
Configure the command's
Subparser. |
void |
run(net.sourceforge.argparse4j.inf.Namespace namespace,
liquibase.Liquibase liquibase) |
getConfigurationClass, runaddFileArgument, cleanup, cleanupAsynchronously, rungetDescription, getName, onErrorpublic DbGenerateDocsCommand(DatabaseConfiguration<T> strategy, Class<T> configurationClass, String migrationsFileName)
public void configure(net.sourceforge.argparse4j.inf.Subparser subparser)
ConfiguredCommandSubparser. N.B.: if you override this method, you
must call super.override(subparser) in order to preserve the configuration
file parameter in the subparser.
configure in class AbstractLiquibaseCommand<T extends Configuration>subparser - the Subparser specific to the commandpublic void run(net.sourceforge.argparse4j.inf.Namespace namespace,
liquibase.Liquibase liquibase)
throws Exception
run in class AbstractLiquibaseCommand<T extends Configuration>ExceptionCopyright © 2020. All rights reserved.