Class TableValidator
- java.lang.Object
-
- gov.nasa.pds.tools.label.validate.TableValidator
-
- All Implemented Interfaces:
LabelValidator
public class TableValidator extends Object implements LabelValidator
The TableValidator class performs validation on TABLE objects in a label.- Author:
- mcayanan
-
-
Constructor Summary
Constructors Constructor Description TableValidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
validate(Label label)
Method signature for checking to see if a label is valid.
-
-
-
Method Detail
-
validate
public boolean validate(Label label)
Description copied from interface:LabelValidator
Method signature for checking to see if a label is valid.- Specified by:
validate
in interfaceLabelValidator
- Parameters:
label
- object returned from parsing that represents the PDS label- Returns:
- flag indicating whether or not the step in validation was passed.
-
-