gov.nasa.pds.citool.validate
Class ReferenceValidator
java.lang.Object
gov.nasa.pds.citool.validate.ReferenceValidator
- All Implemented Interfaces:
- gov.nasa.pds.tools.label.validate.LabelValidator
public class ReferenceValidator
- extends Object
- implements gov.nasa.pds.tools.label.validate.LabelValidator
Class that performs validation for reference catalog files.
- Author:
- mcayanan
Method Summary |
boolean |
validate(gov.nasa.pds.tools.label.Label label)
Determines whether or not a reference catalog file is valid. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReferenceValidator
public ReferenceValidator()
validate
public boolean validate(gov.nasa.pds.tools.label.Label label)
- Determines whether or not a reference catalog file is valid.
- Specified by:
validate
in interface gov.nasa.pds.tools.label.validate.LabelValidator
- Parameters:
label
- A label representation of a reference catalog file.
- Returns:
- A flag indicating whether or not a reference catalog if valid.
Copyright © 2010-2012 Planetary Data System. All Rights Reserved.