Class CdfValidationAction

  • All Implemented Interfaces:
    Action, ValidationAction

    public class CdfValidationAction
    extends SingleFileValidationAction
    Action for validation of CDF files in a file set. The CDF file must be connected with an ArrayDesign.

    This class is just a wrapper for CdfValidator so that we can hook the validation into the extensions system.

    Since:
    3.0
    Author:
    Nicklas
    Last modified
    $Date: 2011-05-06 14:09:13 +0200 (fr, 06 maj 2011) $
    • Constructor Detail

      • CdfValidationAction

        public CdfValidationAction​(DbControl dc,
                                   ArrayDesign design)
        Create a new action.
        Parameters:
        dc - An open DbControl
        design - The array design the CDF file is connected with
    • Method Detail

      • resetMetadata

        public void resetMetadata()
        Description copied from interface: ValidationAction
        Reset all metadata that this class normally can set. This method is called if the validation of a file failed or if a file is removed from the file set. Any previous metadata that may signal that a valid file is present should be reset.