public class CIToolComparator
extends java.lang.Object
Constructor and Description |
---|
CIToolComparator(CompareReport report) |
Modifier and Type | Method and Description |
---|---|
void |
compare(java.util.List<java.net.URL> sources,
java.util.List<java.net.URL> targets) |
void |
compare(Target source,
Target target,
boolean recurse)
Compare two targets.
|
void |
compare(java.net.URL source,
java.net.URL target)
Perform a comparison between 2 files.
|
gov.nasa.pds.tools.label.Label |
parse(java.net.URL url)
Parse the given URL.
|
public CIToolComparator(CompareReport report)
public void compare(Target source, Target target, boolean recurse) throws java.lang.Exception
source
- Object representation of the sourcetarget
- Object representation of the targetjava.lang.Exception
public void compare(java.net.URL source, java.net.URL target)
source
- URL of the source file.target
- URL of the target file.gov.nasa.pds.tools.LabelParserException
java.io.IOException
public void compare(java.util.List<java.net.URL> sources, java.util.List<java.net.URL> targets)
public gov.nasa.pds.tools.label.Label parse(java.net.URL url)
url
- The URL to parse.gov.nasa.pds.tools.LabelParserException
java.io.IOException
Copyright © 2010-2019 Planetary Data System. All Rights Reserved.