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

java.lang.Object
  extended by gov.nasa.pds.tools.label.validate.DuplicateIdentifierValidator
All Implemented Interfaces:
LabelValidator

public class DuplicateIdentifierValidator
extends Object
implements LabelValidator

Version:
$Revision: 4967 $
Author:
pramirez, jagander

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

DuplicateIdentifierValidator

public DuplicateIdentifierValidator()
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-2011 Planetary Data System. All Rights Reserved.