|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.pds.citool.ri.RIChecker
gov.nasa.pds.citool.ri.ReferenceRIChecker
public class ReferenceRIChecker
Class to do referential integrity checking on references.
Constructor Summary | |
---|---|
ReferenceRIChecker()
Constructor |
Method Summary | |
---|---|
RIRecord |
hasRI(java.util.List<gov.nasa.pds.tools.label.Label> catalogs)
Determine if the supplied list of catalog files have referential integrity. |
RIRecord |
hasRI(java.util.List<gov.nasa.pds.tools.label.Label> catalogs,
java.net.URL allrefs)
Determines whether the supplied list of catalog files has referential integrity when compared to the REF.CAT file. |
Methods inherited from class gov.nasa.pds.citool.ri.RIChecker |
---|
getUnmatchedValues, getUnmatchedValues |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReferenceRIChecker()
Method Detail |
---|
public RIRecord hasRI(java.util.List<gov.nasa.pds.tools.label.Label> catalogs, java.net.URL allrefs)
hasRI
in class RIChecker
catalogs
- A set of catalog files.allrefs
- The allrefs dictionary support file. If null,
referential integrity against the allrefs file will be ignored.
public RIRecord hasRI(java.util.List<gov.nasa.pds.tools.label.Label> catalogs)
RIChecker
hasRI
in class RIChecker
catalogs
- A list of catalog files.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |