public class CIToolComparator extends Object
| Constructor and Description | 
|---|
CIToolComparator(CompareReport report)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
compare(List<URL> sources,
       List<URL> targets)  | 
void | 
compare(Target source,
       Target target,
       boolean recurse)
Compare two targets. 
 | 
void | 
compare(URL source,
       URL target)
Perform a comparison between 2 files. 
 | 
gov.nasa.pds.tools.label.Label | 
parse(URL url)
Parse the given URL. 
 | 
public CIToolComparator(CompareReport report)
public void compare(Target source, Target target, boolean recurse) throws Exception
source - Object representation of the sourcetarget - Object representation of the targetExceptionpublic void compare(URL source, URL target)
source - URL of the source file.target - URL of the target file.gov.nasa.pds.tools.LabelParserExceptionIOExceptionpublic gov.nasa.pds.tools.label.Label parse(URL url)
url - The URL to parse.gov.nasa.pds.tools.LabelParserExceptionIOExceptionCopyright © 2010–2015 Planetary Data System. All rights reserved.