Uses of Record Class
org.pgcodekeeper.core.dependencieslist.Dependency
Packages that use Dependency
Package
Description
-
Uses of Dependency in org.pgcodekeeper.core.dependencieslist
Methods in org.pgcodekeeper.core.dependencieslist that return types with arguments of type DependencyModifier and TypeMethodDescriptionstatic List<Dependency>DependenciesReader.getDependencies(Path depsPath) -
Uses of Dependency in org.pgcodekeeper.core.model.graph
Method parameters in org.pgcodekeeper.core.model.graph with type arguments of type DependencyModifier and TypeMethodDescriptionvoidDepcyGraph.addCustomDepcies(Collection<Dependency> dependencies) Adds custom dependencies to the graph.static Set<ActionContainer>DepcyResolver.resolve(IDatabase oldDb, IDatabase newDb, List<Dependency> additionalDependenciesOldDb, List<Dependency> additionalDependenciesNewDb, Set<IStatement> toRefresh, List<DbObject> dbObjects, DiffSettings diffSettings) Constructor parameters in org.pgcodekeeper.core.model.graph with type arguments of type DependencyModifierConstructorDescriptionDepcyTreeExtender(IDatabase dbSource, IDatabase dbTarget, TreeElement root, List<Dependency> additionalDependencies) Creates a new dependency tree extender.SimpleDepcyResolver(IDatabase oldDatabase, IDatabase newDatabase, boolean isShowColumns, List<Dependency> additionalDependencies) Creates a dependency resolver with both old and new database schemas. -
Uses of Dependency in org.pgcodekeeper.core.settings
Methods in org.pgcodekeeper.core.settings that return types with arguments of type DependencyMethod parameters in org.pgcodekeeper.core.settings with type arguments of type DependencyModifier and TypeMethodDescriptionvoidDiffSettings.addAdditionalDependencies(Collection<Dependency> deps)