Uses of Interface
org.pgcodekeeper.core.model.difftree.IIgnoreList
Packages that use IIgnoreList
-
Uses of IIgnoreList in org.pgcodekeeper.core.ignoreparser
Constructors in org.pgcodekeeper.core.ignoreparser with parameters of type IIgnoreListModifierConstructorDescriptionIgnoreParser(IIgnoreList list) Creates a new IgnoreParser that will populate the specified ignore list. -
Uses of IIgnoreList in org.pgcodekeeper.core.model.difftree
Classes in org.pgcodekeeper.core.model.difftree that implement IIgnoreListModifier and TypeClassDescriptionclassImplementation of ignore list for managing database object filtering rules.classImplementation of ignore list specifically for schema filtering.Methods in org.pgcodekeeper.core.model.difftree with type parameters of type IIgnoreListModifier and TypeMethodDescriptionstatic <T extends IIgnoreList>
TIIgnoreList.parseIgnoreList(String path, T ignoreList) Parses ignore list configuration from the specified file path and populates the provided ignore list instance with the parsed rules.