Interface InitableByConstraintMap

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void init​(Map<String,​? extends Constraint> inputParameters)
      Extract the relevant parameters from the constraints listed in <input-param> tags within the intake.xml file.
    • Method Detail

      • init

        void init​(Map<String,​? extends Constraint> inputParameters)
           throws InvalidMaskException
        Extract the relevant parameters from the constraints listed in <input-param> tags within the intake.xml file.
        Parameters:
        inputParameters - a Map of Constraint's containing rules and error messages.
        Throws:
        InvalidMaskException - one of the mask rules is invalid