Class DuplicateIdentifierValidator

  • All Implemented Interfaces:
    LabelValidator

    public class DuplicateIdentifierValidator
    extends Object
    implements LabelValidator
    Version:
    $Revision$
    Author:
    pramirez, jagander
    • 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.