Uses of Class
liquibase.changelog.ModifyChangeSets
Packages that use ModifyChangeSets
-
Uses of ModifyChangeSets in liquibase.changelog
Methods in liquibase.changelog with parameters of type ModifyChangeSetsModifier and TypeMethodDescriptionboolean
DatabaseChangeLog.include
(String fileName, boolean isRelativePath, boolean errorIfMissing, ResourceAccessor resourceAccessor, ContextExpression includeContextFilter, Labels labels, Boolean ignore, String logicalFilePath, DatabaseChangeLog.OnUnknownFileFormat onUnknownFileFormat, ModifyChangeSets modifyChangeSets) void
DatabaseChangeLog.includeAll
(String pathName, boolean isRelativeToChangelogFile, IncludeAllFilter resourceFilter, boolean errorIfMissingOrEmpty, Comparator<String> resourceComparator, ResourceAccessor resourceAccessor, ContextExpression includeContextFilter, Labels labels, boolean ignore, int minDepth, int maxDepth, ModifyChangeSets modifyChangeSets) Deprecated.void
DatabaseChangeLog.includeAll
(String pathName, boolean isRelativeToChangelogFile, IncludeAllFilter resourceFilter, boolean errorIfMissingOrEmpty, Comparator<String> resourceComparator, ResourceAccessor resourceAccessor, ContextExpression includeContextFilter, Labels labels, boolean ignore, String logicalFilePath, int minDepth, int maxDepth, String endsWithFilter, ModifyChangeSets modifyChangeSets) -
Uses of ModifyChangeSets in liquibase.changeset
Methods in liquibase.changeset that return ModifyChangeSetsModifier and TypeMethodDescriptiondefault ModifyChangeSets
ChangeSetService.createModifyChangeSets
(String runWith, String runWithSpool, boolean stripComments) Create the ModifyChangeSets instance which will do the modificationsChangeSetService.createModifyChangeSets
(ParsedNode node) Create the ModifyChangeSets instance which will do the modificationsStandardChangeSetService.createModifyChangeSets
(ParsedNode node) Methods in liquibase.changeset with parameters of type ModifyChangeSetsModifier and TypeMethodDescriptionvoid
ChangeSetService.modifyChangeSets
(ChangeSet changeSet, ModifyChangeSets modifyChangeSets) Given a change set and a ModifyChangeSets instance, perform the modificationsvoid
StandardChangeSetService.modifyChangeSets
(ChangeSet changeSet, ModifyChangeSets modifyChangeSets)
throws SetupException