Uses of Class
org.pgcodekeeper.core.ignorelist.IgnoredObject
Packages that use IgnoredObject
-
Uses of IgnoredObject in org.pgcodekeeper.core.ignorelist
Methods in org.pgcodekeeper.core.ignorelist that return IgnoredObjectModifier and TypeMethodDescriptionCreates a copy of this ignore rule with a different name pattern.Methods in org.pgcodekeeper.core.ignorelist that return types with arguments of type IgnoredObjectModifier and TypeMethodDescriptionIgnoreList.getList()IgnoreSchemaList.getList()IIgnoreList.getList()Gets the list of ignore rules.Methods in org.pgcodekeeper.core.ignorelist with parameters of type IgnoredObjectModifier and TypeMethodDescriptionvoidIgnoreList.add(IgnoredObject rule) voidIgnoreSchemaList.add(IgnoredObject rule) voidIIgnoreList.add(IgnoredObject rule) Adds an ignore rule to the list.Method parameters in org.pgcodekeeper.core.ignorelist with type arguments of type IgnoredObjectModifier and TypeMethodDescriptionvoidIgnoreList.addAll(Collection<IgnoredObject> collection) Adds all ignore rules from the collection to this list.