org.apache.commons.jrcs.tools
Class JDiff

java.lang.Object
  extended by org.apache.commons.jrcs.tools.JDiff

public class JDiff
extends java.lang.Object

A program to compare two files.

JDiff produces the deltas between the two given files in Unix diff format.

The program was written as a simple test of the diff package.


Constructor Summary
JDiff()
           
 
Method Summary
static void main(java.lang.String[] argv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDiff

public JDiff()
Method Detail

main

public static void main(java.lang.String[] argv)
                 throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.