nl.datraverse.dtvdiff
Class DtvDiff

java.lang.Object
  |
  +--nl.datraverse.dtvdiff.DtvDiff

public class DtvDiff
extends java.lang.Object

Title: DtvDiff

Description: Show differences between text files

Copyright: © 2002

Company: Datraverse B.V.

Version:
1.0
Author:
Rijk Ravestein

Constructor Summary
DtvDiff()
           
 
Method Summary
static void main(java.lang.String[] args)
          This is the main entrypoint of the program.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

DtvDiff

public DtvDiff()
Method Detail

main

public static void main(java.lang.String[] args)
This is the main entrypoint of the program. It creates an instance of DtvDiffFrame
Parameters:
args - A String array. Only the first two elements are considered being names of the two files to be compared.
See Also:
DtvDiffFrame