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 voidLiquibase.generateChangeLog(CatalogAndSchema catalogAndSchema, DiffToChangeLog changeLogWriter, PrintStream outputStream, Class<? extends DatabaseObject>... snapshotTypes) final voidLiquibase.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 voidInitProjectUtil.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 voidInitProjectUtil.copyExampleFlowFiles(String format, File projectDirFile) Copy the example flow files of the format specified to the project directory if they do not existstatic FileInitProjectUtil.copyExampleProperties(String format, String projectDirFile, String targetDefaultsFilename) Copy the example properties file to the project directory Return the File object representing the properties filestatic voidInitProjectUtil.createProjectDirectory(File projectDirFile) Create the project directory, including any non-existent segmentsstatic voidInitProjectUtil.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 TypeClassDescriptionclassException thrown when any pre-execution validation fails. -
Uses of CommandExecutionException in liquibase.integration.commandline
Methods in liquibase.integration.commandline that throw CommandExecutionExceptionModifier and TypeMethodDescriptionstatic CommandScopeCommandLineUtils.createDiffCommand(Database referenceDatabase, Database targetDatabase, String snapshotTypes, CompareControl.SchemaComparison[] schemaComparisons, ObjectChangeFilter objectChangeFilter, PrintStream output)