Uses of Class
org.pgcodekeeper.core.model.difftree.TreeFlattener
Packages that use TreeFlattener
-
Uses of TreeFlattener in org.pgcodekeeper.core.model.difftree
Methods in org.pgcodekeeper.core.model.difftree that return TreeFlattenerModifier and TypeMethodDescriptionConfigures the flattener to include only edited elements.TreeFlattener.onlySelected()Configures the flattener to include only selected elements.TreeFlattener.onlySelected(boolean onlySelected) Configures whether to include only selected elements.TreeFlattener.onlyTypes(Collection<DbObjType> onlyTypes) Configures the flattener to include only specific object types.TreeFlattener.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.