Uses of Class
org.pgcodekeeper.core.model.difftree.IgnoreList
Packages that use IgnoreList
Package
Description
-
Uses of IgnoreList in org.pgcodekeeper.core
Methods in org.pgcodekeeper.core with parameters of type IgnoreListModifier and TypeMethodDescriptionPgDiff.diff(TreeElement root, AbstractDatabase oldDb, AbstractDatabase newDb, List<Map.Entry<PgStatement, PgStatement>> additionalDependenciesOldDb, List<Map.Entry<PgStatement, PgStatement>> additionalDependenciesNewDb, IgnoreList ignoreList) Gets selected elements from root, compares them between source and target and generates a migration script. -
Uses of IgnoreList in org.pgcodekeeper.core.ignoreparser
Methods in org.pgcodekeeper.core.ignoreparser that return IgnoreListModifier and TypeMethodDescriptionstatic IgnoreListIgnoreParser.parseLists(Collection<String> ignoreLists) Parses an ignore list configuration files and adds the rules to the ignore list. -
Uses of IgnoreList in org.pgcodekeeper.core.model.difftree
Methods in org.pgcodekeeper.core.model.difftree with parameters of type IgnoreListModifier and TypeMethodDescriptionTreeFlattener.useIgnoreList(IgnoreList ignoreList) Configures the flattener to use an ignore list for filtering.TreeFlattener.useIgnoreList(IgnoreList ignoreList, String... dbNames) Configures the flattener to use an ignore list with database name filtering.