Class LabelValidationChain

java.lang.Object
org.apache.commons.chain.impl.ChainBase
gov.nasa.pds.tools.validate.rule.AbstractValidationChain
gov.nasa.pds.tools.validate.rule.pds4.LabelValidationChain
All Implemented Interfaces:
ValidationRule, org.apache.commons.chain.Chain, org.apache.commons.chain.Command

public class LabelValidationChain
extends AbstractValidationChain
Implements a validation chain for checking a single PDS4 label.
  • Field Summary

    Fields inherited from class org.apache.commons.chain.impl.ChainBase

    commands, frozen

    Fields inherited from interface org.apache.commons.chain.Command

    CONTINUE_PROCESSING, PROCESSING_COMPLETE
  • Constructor Summary

    Constructors
    Constructor Description
    LabelValidationChain()  
  • Method Summary

    Modifier and Type Method Description
    boolean isApplicable​(String location)
    Tests whether a rule is applicable to a target location.

    Methods inherited from class gov.nasa.pds.tools.validate.rule.AbstractValidationChain

    getCaption, setCaption

    Methods inherited from class org.apache.commons.chain.impl.ChainBase

    addCommand, execute

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • LabelValidationChain

      public LabelValidationChain()
  • Method Details

    • isApplicable

      public boolean isApplicable​(String location)
      Description copied from interface: ValidationRule
      Tests whether a rule is applicable to a target location.
      Specified by:
      isApplicable in interface ValidationRule
      Specified by:
      isApplicable in class AbstractValidationChain
      Parameters:
      location - the target location to validate
      Returns:
      true, if the rule is applicable to the target, false otherwise