|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.pds.citool.comparator.types.ComparatorType
gov.nasa.pds.citool.comparator.types.FileToFileComparator
public class FileToFileComparator
Class that enables the Catalog Ingestion Tool to do a file by file comparison of PDS catalog files.
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 |
---|
public FileToFileComparator()
Method Detail |
---|
public void compare(java.net.URL source, java.net.URL target)
compare
in class ComparatorType
source
- URL of the source file.target
- URL of the target file.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |