Uses of Interface
org.pgcodekeeper.core.ignorelist.IIgnoreList
Packages that use IIgnoreList
-
Uses of IIgnoreList in org.pgcodekeeper.core.ignorelist
Classes in org.pgcodekeeper.core.ignorelist 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.ignorelist with type parameters of type IIgnoreListModifier and TypeMethodDescriptionstatic <T extends IIgnoreList>
TIIgnoreList.parseIgnoreList(Path path, T ignoreList) Parses ignore list configuration from the specified file path and populates the provided ignore list instance with the parsed rules.Constructors in org.pgcodekeeper.core.ignorelist with parameters of type IIgnoreListModifierConstructorDescriptionIgnoreParser(IIgnoreList list) Creates a new IgnoreParser that will populate the specified ignore list.