Uses of Class
liquibase.command.CommandScope
Packages that use CommandScope
Package
Description
-
Uses of CommandScope in liquibase.command
Methods in liquibase.command that return CommandScopeModifier and TypeMethodDescriptionCommandScope.addArgumentValue(String argument, Object value) Adds the given key/value pair to the stored argument data.<T> CommandScopeCommandScope.addArgumentValue(CommandArgumentDefinition<T> argument, T value) Adds the given key/value pair to the stored argument data.CommandResults.getCommandScope()TheCommandScopethat was executed to produce this result.CommandResultsBuilder.getCommandScope()Return theCommandScopethe results are being built for.CommandScope.provideDependency(Class<?> clazz, Object value) Assign a value to a given provided dependency.CommandScope.setOutput(OutputStream outputStream) Sets the output stream for this command.Methods in liquibase.command with parameters of type CommandScopeModifier 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.voidAbstractCommandStep.validate(CommandScope commandScope) Default implementation does no additional validation.voidCommandArgumentDefinition.validate(CommandScope commandScope) Validates that the value stored in the givenCommandScopeis valid.voidCommandStep.validate(CommandScope commandScope) Validates that theCommandScopeis correctly set up for this step to run.Constructors in liquibase.command with parameters of type CommandScopeModifierConstructorDescriptionprotectedCommandResults(SortedMap<String, Object> resultValues, CommandScope commandScope) -
Uses of CommandScope in liquibase.command.core
Methods in liquibase.command.core with parameters of type CommandScopeModifier and TypeMethodDescriptionprotected SnapshotControlSnapshotCommandStep.createSnapshotControl(CommandScope commandScope, Database database) protected SnapshotControlSnapshotReferenceCommandStep.createSnapshotControl(CommandScope commandScope, Database database) protected voidAbstractUpdateCommandStep.customMdcLogging(CommandScope commandScope) protected voidUpdateCountCommandStep.customMdcLogging(CommandScope commandScope) protected voidUpdateToTagCommandStep.customMdcLogging(CommandScope commandScope) protected static StringExecuteSqlCommandStep.determineEndDelimiter(CommandScope commandScope) abstract StringAbstractUpdateCommandStep.getChangelogFileArg(CommandScope commandScope) UpdateCommandStep.getChangelogFileArg(CommandScope commandScope) UpdateCountCommandStep.getChangelogFileArg(CommandScope commandScope) UpdateSqlCommandStep.getChangelogFileArg(CommandScope commandScope) UpdateToTagCommandStep.getChangelogFileArg(CommandScope commandScope) abstract StringAbstractUpdateCommandStep.getContextsArg(CommandScope commandScope) UpdateCommandStep.getContextsArg(CommandScope commandScope) UpdateCountCommandStep.getContextsArg(CommandScope commandScope) UpdateSqlCommandStep.getContextsArg(CommandScope commandScope) UpdateToTagCommandStep.getContextsArg(CommandScope commandScope) AbstractFutureRollbackCommandStep.getCount(CommandScope commandScope) FutureRollbackCountSqlCommandStep.getCount(CommandScope commandScope) abstract StringAbstractUpdateCommandStep.getLabelFilterArg(CommandScope commandScope) UpdateCommandStep.getLabelFilterArg(CommandScope commandScope) UpdateCountCommandStep.getLabelFilterArg(CommandScope commandScope) UpdateSqlCommandStep.getLabelFilterArg(CommandScope commandScope) UpdateToTagCommandStep.getLabelFilterArg(CommandScope commandScope) abstract UpdateSummaryEnumAbstractUpdateCommandStep.getShowSummary(CommandScope commandScope) UpdateCommandStep.getShowSummary(CommandScope commandScope) UpdateCountCommandStep.getShowSummary(CommandScope commandScope) UpdateCountSqlCommandStep.getShowSummary(CommandScope commandScope) UpdateSqlCommandStep.getShowSummary(CommandScope commandScope) UpdateToTagCommandStep.getShowSummary(CommandScope commandScope) UpdateToTagSqlCommandStep.getShowSummary(CommandScope commandScope) AbstractUpdateCommandStep.getShowSummaryOutput(CommandScope commandScope) DropAllCommandStep.getSnapshotControl(CommandScope commandScope, Database database) AbstractUpdateCommandStep.getStandardChangelogIterator(CommandScope commandScope, Database database, Contexts contexts, LabelExpression labelExpression, DatabaseChangeLog changeLog) UpdateCountCommandStep.getStandardChangelogIterator(CommandScope commandScope, Database database, Contexts contexts, LabelExpression labelExpression, DatabaseChangeLog databaseChangeLog) UpdateToTagCommandStep.getStandardChangelogIterator(CommandScope commandScope, Database database, Contexts contexts, LabelExpression labelExpression, DatabaseChangeLog changeLog) AbstractUpdateCommandStep.getStatusChangelogIterator(CommandScope commandScope, Database database, Contexts contexts, LabelExpression labelExpression, DatabaseChangeLog changeLog) UpdateCountCommandStep.getStatusChangelogIterator(CommandScope commandScope, Database database, Contexts contexts, LabelExpression labelExpression, DatabaseChangeLog databaseChangeLog) UpdateToTagCommandStep.getStatusChangelogIterator(CommandScope commandScope, Database database, Contexts contexts, LabelExpression labelExpression, DatabaseChangeLog changeLog) AbstractFutureRollbackCommandStep.getTag(CommandScope commandScope) FutureRollbackFromTagSqlCommandStep.getTag(CommandScope commandScope) booleanAbstractUpdateCommandStep.isUpToDate(CommandScope commandScope, Database database, DatabaseChangeLog databaseChangeLog, Contexts contexts, LabelExpression labelExpression, OutputStream outputStream) Checks if the database is up-to-date.protected voidAbstractUpdateCommandStep.preRun(CommandScope commandScope, ChangeLogIterator runChangeLogIterator, ChangeLogParameters changeLogParameters) Executed before running any updates against the database.static StringInternalSnapshotCommandStep.printSnapshot(CommandScope commandScope, CommandResults snapshotResults) voidChangelogSyncCommandStep.validate(CommandScope commandScope) voidDiffChangelogCommandStep.validate(CommandScope commandScope) voidGenerateChangelogCommandStep.validate(CommandScope commandScope) voidUpdateCommandStep.validate(CommandScope commandScope) Constructors in liquibase.command.core with parameters of type CommandScopeModifierConstructorDescriptionLegacyDeploymentDetails(CommandScope commandScope) TabularDeploymentDetails(CommandScope commandScope) -
Uses of CommandScope in liquibase.command.core.helpers
Methods in liquibase.command.core.helpers with parameters of type CommandScopeModifier and TypeMethodDescriptionDbUrlConnectionCommandStep.obtainDatabase(CommandScope commandScope) Try to retrieve and set the database object from the command scope, otherwise creates a new one .protected static voidAbstractChangelogCommandStep.validateReplaceIfExistsTypes(CommandScope commandScope) protected static voidAbstractChangelogCommandStep.validateRunOnChangeTypes(CommandScope commandScope) -
Uses of CommandScope in liquibase.command.core.init
Methods in liquibase.command.core.init with parameters of type CommandScopeModifier and TypeMethodDescriptionstatic ProjectCopierInitCopyCommandStep.determineProjectCopier(CommandScope commandScope, String targetDir) -
Uses of CommandScope in liquibase.configuration
Methods in liquibase.configuration with parameters of type CommandScopeModifier and TypeMethodDescriptionvoidAbstractConfigurationValueProvider.validate(CommandScope commandScope) Default implementation does no checkingvoidConfigurationValueProvider.validate(CommandScope commandScope) Perform any validation of keys/values stored in this provider for the given commandScope. -
Uses of CommandScope in liquibase.configuration.core
Methods in liquibase.configuration.core with parameters of type CommandScopeModifier and TypeMethodDescriptionvoidDefaultsFileValueProvider.validate(CommandScope commandScope) voidEnvironmentValueProvider.validate(CommandScope commandScope) -
Uses of CommandScope in liquibase.integration.commandline
Methods in liquibase.integration.commandline that return CommandScopeModifier and TypeMethodDescriptionstatic CommandScopeCommandLineUtils.createDiffCommand(Database referenceDatabase, Database targetDatabase, String snapshotTypes, CompareControl.SchemaComparison[] schemaComparisons, ObjectChangeFilter objectChangeFilter, PrintStream output) -
Uses of CommandScope in liquibase.io
Methods in liquibase.io with parameters of type CommandScopeModifier and TypeMethodDescriptionvoidOutputFileHandler.create(String outputFile, CommandScope commandScope) Creates a new output file with the specified name and sets the output stream in the command scope.voidStandardOutputFileHandler.create(String outputFile, CommandScope commandScope)