| Constructor and Description |
|---|
NativeDiff()
Creates new NativeDiff
|
public void setCmdLine(String cmdLine)
public String getCmdLine()
public boolean diff(File first, File second, File diff) throws IOException
diff in interface Difffirst - first file to comparesecond - second file to comparediff - difference fileIOExceptionpublic boolean diff(String first, String second, String diff) throws IOException
diff in interface Difffirst - first file to comparesecond - second file to comparediff - difference fileIOExceptionBuilt on May 21 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.