Class RecordValidationResults

java.lang.Object
gov.nasa.pds.tools.validate.rule.AbstractValidationRule
gov.nasa.pds.tools.validate.rule.RecordValidationResults
All Implemented Interfaces:
ValidationRule, org.apache.commons.chain.Command

public class RecordValidationResults
extends AbstractValidationRule
Class intended to record the validation results. This allows us to continually flush the results from cache memory. Useful especially when validating a million product bundle.
Author:
mcayanan
  • Constructor Details

    • RecordValidationResults

      public RecordValidationResults()
  • Method Details