Class DuplicateIdentifierValidator
- java.lang.Object
-
- gov.nasa.pds.tools.label.validate.DuplicateIdentifierValidator
-
- All Implemented Interfaces:
LabelValidator
public class DuplicateIdentifierValidator extends Object implements LabelValidator
- Version:
- $Revision$
- Author:
- pramirez, jagander
-
-
Constructor Summary
Constructors Constructor Description DuplicateIdentifierValidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanvalidate(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:LabelValidatorMethod signature for checking to see if a label is valid.- Specified by:
validatein interfaceLabelValidator- Parameters:
label- object returned from parsing that represents the PDS label- Returns:
- flag indicating whether or not the step in validation was passed.
-
-