Class SimilarityDriver

java.lang.Object
  extended by SimilarityDriver

public class SimilarityDriver
extends java.lang.Object

The class containing the main method.


Constructor Summary
SimilarityDriver()
           
 
Method Summary
static void main(java.lang.String[] args)
          The main method must be passed as input two strings representing the names of two files to be compared.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimilarityDriver

public SimilarityDriver()
Method Detail

main

public static void main(java.lang.String[] args)
The main method must be passed as input two strings representing the names of two files to be compared. If the length of args is not 2, print a usage message and exit. Otherwise, create a DocumentProcessor object and invoke the processDocuments method.

Parameters:
args -