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
(package private) static java.lang.String[] loadFile(java.lang.String name)
           
static void main(java.lang.String[] argv)
           
(package private) static void usage(java.lang.String name)
           
 
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

loadFile

static final java.lang.String[] loadFile(java.lang.String name)
                                  throws java.io.IOException
Throws:
java.io.IOException

usage

static final void usage(java.lang.String name)

main

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


Copyright 2002 the Apache Software Foundation
Copyright ? 1999-2001 Juancarlo A?ez, Caracas, Venezuela.
All rights reserved
. http://www.suigeneris.org/jrcs