com.threerings.getdown.tools
Class Differ

java.lang.Object
  extended by com.threerings.getdown.tools.Differ

public class Differ
extends Object

Generates patch files between two particular revisions of an application. The differences between all the files in the two revisions are bundled into a single patch file which is placed into the target version directory.


Constructor Summary
Differ()
           
 
Method Summary
 void createDiff(File nvdir, File ovdir, boolean verbose)
          Creates a single patch file that contains the differences between the two specified application directories.
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Differ

public Differ()
Method Detail

createDiff

public void createDiff(File nvdir,
                       File ovdir,
                       boolean verbose)
                throws IOException
Creates a single patch file that contains the differences between the two specified application directories. The patch file will be created in the nvdir directory with name patchV.dat where V is the old application version.

Throws:
IOException

main

public static void main(String[] args)


Copyright © 2013. All Rights Reserved.