Uses of Class
liquibase.exception.CommandExecutionException
Packages that use CommandExecutionException
Package
Description
Liquibase top level namespace package.
-
Uses of CommandExecutionException in liquibase
Methods in liquibase that throw CommandExecutionExceptionModifier and TypeMethodDescriptionfinal void
Liquibase.generateChangeLog
(CatalogAndSchema catalogAndSchema, DiffToChangeLog changeLogWriter, PrintStream outputStream, Class<? extends DatabaseObject>... snapshotTypes) final void
Liquibase.generateChangeLog
(CatalogAndSchema catalogAndSchema, DiffToChangeLog changeLogWriter, PrintStream outputStream, ChangeLogSerializer changeLogSerializer, Class<? extends DatabaseObject>... snapshotTypes) -
Uses of CommandExecutionException in liquibase.command
Methods in liquibase.command that throw CommandExecutionExceptionModifier and TypeMethodDescriptionprotected abstract String[]
AbstractCliWrapperCommandStep.collectArguments
(CommandScope commandScope) Deprecated.Called byAbstractCliWrapperCommandStep.run(CommandResultsBuilder)
to create the actual arguments passed toMain.run(String[])
.protected String[]
AbstractCliWrapperCommandStep.collectArguments
(CommandScope commandScope, List<String> commandArguments, String positionalArgumentName) Deprecated.Collects the values from commandScope into an argument array to pass toMain
.CommandScope.execute()
Executes the command in this scope, and returns the results.Constructors in liquibase.command that throw CommandExecutionExceptionModifierConstructorDescriptionCommandScope
(String... commandName) Creates a new scope for the given command. -
Uses of CommandExecutionException in liquibase.command.core.init
Methods in liquibase.command.core.init that throw CommandExecutionExceptionModifier and TypeMethodDescriptionstatic void
InitProjectUtil.copyChecksPackageFile
(String format, File projectDirFile) Copy the example flow files of the format specified to the project directory if they do not existInitProjectUtil.copyExampleChangelog
(String format, File projectDirFile, String changelogFilePath, ConfiguredValue<String> changelogFileConfig) Copy the example changelog file of the format specified to the project directory if necessary Return the File object representing the properties filestatic void
InitProjectUtil.copyExampleFlowFiles
(String format, File projectDirFile) Copy the example flow files of the format specified to the project directory if they do not existstatic File
InitProjectUtil.copyExampleProperties
(String format, String projectDirFile, String targetDefaultsFilename) Copy the example properties file to the project directory Return the File object representing the properties filestatic void
InitProjectUtil.createProjectDirectory
(File projectDirFile) Create the project directory, including any non-existent segmentsstatic void
InitProjectUtil.validateProjectDirectory
(File projectDirFile) Make sure the input project directory is not a file -
Uses of CommandExecutionException in liquibase.exception
Subclasses of CommandExecutionException in liquibase.exceptionModifier and TypeClassDescriptionclass
Exception thrown when any pre-execution validation fails. -
Uses of CommandExecutionException in liquibase.integration.commandline
Methods in liquibase.integration.commandline that throw CommandExecutionExceptionModifier and TypeMethodDescriptionstatic CommandScope
CommandLineUtils.createDiffCommand
(Database referenceDatabase, Database targetDatabase, String snapshotTypes, CompareControl.SchemaComparison[] schemaComparisons, ObjectChangeFilter objectChangeFilter, PrintStream output) -
Uses of CommandExecutionException in org.liquibase.maven.plugins
Methods in org.liquibase.maven.plugins that throw CommandExecutionExceptionModifier and TypeMethodDescriptionprotected void
LiquibaseChecksRunMojo.performLiquibaseTask
(Liquibase liquibase) protected void
LiquibaseChecksShowMojo.performLiquibaseTask
(Liquibase liquibase)