gov.nasa.pds.citool.comparator.types
Class FileToFileComparator

java.lang.Object
  extended by gov.nasa.pds.citool.comparator.types.ComparatorType
      extended by gov.nasa.pds.citool.comparator.types.FileToFileComparator

public class FileToFileComparator
extends ComparatorType

Class that enables the Catalog Ingestion Tool to do a file by file comparison of PDS catalog files.

Author:
mcayanan

Constructor Summary
FileToFileComparator()
           
 
Method Summary
 void compare(java.net.URL source, java.net.URL target)
          Perform a comparison between 2 files.
 
Methods inherited from class gov.nasa.pds.citool.comparator.types.ComparatorType
parse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileToFileComparator

public FileToFileComparator()
Method Detail

compare

public void compare(java.net.URL source,
                    java.net.URL target)
Perform a comparison between 2 files.

Specified by:
compare in class ComparatorType
Parameters:
source - URL of the source file.
target - URL of the target file.


Copyright © 2005-2009 Planetary Data System. All Rights Reserved.