gov.nasa.pds.tools.label.validate
Class TableValidator

java.lang.Object
  extended by 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
TableValidator()
           
 
Method Summary
 boolean validate(Label label)
          Method signature for checking to see if a label is valid.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableValidator

public TableValidator()
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 interface LabelValidator
Parameters:
label - object returned from parsing that represents the PDS label
Returns:
flag indicating whether or not the step in validation was passed.


Copyright © 2005-2014 Planetary Data System. All Rights Reserved.