Uses of Class
liquibase.changelog.ModifyChangeSets
-
Uses of ModifyChangeSets in liquibase.changelog
Modifier 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
Modifier and TypeMethodDescriptiondefault ModifyChangeSets
ChangeSetService.createModifyChangeSets
(String runWith, String runWithSpool) Create the ModifyChangeSets instance which will do the modificationsChangeSetService.createModifyChangeSets
(ParsedNode node) Create the ModifyChangeSets instance which will do the modificationsStandardChangeSetService.createModifyChangeSets
(ParsedNode node) Modifier 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)