liquibase.util
Class DependencyUtil.DependencyGraph<T>

java.lang.Object
  extended by liquibase.util.DependencyUtil.DependencyGraph<T>
Enclosing class:
DependencyUtil

public static class DependencyUtil.DependencyGraph<T>
extends Object


Constructor Summary
DependencyUtil.DependencyGraph(DependencyUtil.NodeValueListener<T> listener)
           
 
Method Summary
 void add(T evalFirstValue, T evalAfterValue)
           
 void computeDependencies()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DependencyUtil.DependencyGraph

public DependencyUtil.DependencyGraph(DependencyUtil.NodeValueListener<T> listener)
Method Detail

add

public void add(T evalFirstValue,
                T evalAfterValue)

computeDependencies

public void computeDependencies()


Copyright © 2016 Liquibase.org. All rights reserved.