validate method

  1. @override
List<ValidationResult> validate (Parameters args)
override

Validates the Parameters parameters (arguments) that are to be passed to the command that is next in the execution chain.

  • args the parameters (arguments) to validate for the next command. Returns an array of ValidationResults. See Parameters See ValidationResult