liquibase.diff
Class StringDiff

java.lang.Object
  extended by liquibase.diff.StringDiff

public class StringDiff
extends Object


Constructor Summary
StringDiff(String baseVersion, String targetVersion)
           
 
Method Summary
 boolean areEqual()
           
 String getReferenceVersion()
           
 String getTargetVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringDiff

public StringDiff(String baseVersion,
                  String targetVersion)
Method Detail

getReferenceVersion

public String getReferenceVersion()

getTargetVersion

public String getTargetVersion()

areEqual

public boolean areEqual()


Copyright © 2015 Liquibase.org. All rights reserved.