|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.pds.citool.comparator.Comparator
public class Comparator
Constructor Summary | |
---|---|
Comparator()
|
Method Summary | |
---|---|
void |
compare(java.util.List<java.net.URL> sources,
java.util.List<java.net.URL> 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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Comparator()
Method Detail |
---|
public void compare(java.net.URL source, java.net.URL target) throws java.io.IOException
source
- URL of the source file.target
- URL of the target file.
java.io.IOException
public void compare(java.util.List<java.net.URL> sources, java.util.List<java.net.URL> targets) throws java.io.IOException
java.io.IOException
public gov.nasa.pds.tools.label.Label parse(java.net.URL url) throws java.io.IOException
url
- The URL to parse.
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |