|
||||||||||
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
public abstract class ComparatorType
An abstract class to handle the different types of comparisons that can be made in the Catalog Ingestion Tool.
Constructor Summary | |
---|---|
ComparatorType()
|
Method Summary | |
---|---|
abstract void |
compare(java.net.URL source,
java.net.URL target)
|
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 ComparatorType()
Method Detail |
---|
public abstract void compare(java.net.URL source, java.net.URL target)
public gov.nasa.pds.tools.label.Label parse(java.net.URL url)
url
- The URL to parse.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |