Package 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
-
-
Constructor Summary
Constructors Constructor Description ReferenceValidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
validate(gov.nasa.pds.tools.label.Label label)
Determines whether or not a reference catalog file is valid.
-
-
-
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 interfacegov.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.
-
-