com.threerings.getdown.tools
Class Differ
java.lang.Object
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.
|
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)
|
Differ
public Differ()
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.