Uses of Class
org.pgcodekeeper.core.ignorelist.IgnoreList
Packages that use IgnoreList
Package
Description
-
Uses of IgnoreList in org.pgcodekeeper.core.ignorelist
Methods in org.pgcodekeeper.core.ignorelist 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. -
Uses of IgnoreList in org.pgcodekeeper.core.settings
Methods in org.pgcodekeeper.core.settings that return IgnoreList