gov.nasa.pds.citool.validate
Class ReferenceValidator

java.lang.Object
  extended by 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

Constructor Summary
ReferenceValidator()
           
 
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
 

Constructor Detail

ReferenceValidator

public ReferenceValidator()
Method Detail

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–2014 Planetary Data System. All rights reserved.