Summer.Batch.Core.IJobParametersValidator Interface Reference

Strategy interface for an IJobto use in validating its parameters for an execution. More...

Inheritance diagram for Summer.Batch.Core.IJobParametersValidator:
Summer.Batch.Core.Job.CompositeJobParametersValidator Summer.Batch.Core.Job.DefaultJobParametersValidator

Public Member Functions

void Validate (JobParameters parameters)
 Check the parameters meet whatever requirements are appropriate, and throw an exception if not. More...
 

Detailed Description

Strategy interface for an IJobto use in validating its parameters for an execution.

Member Function Documentation

void Summer.Batch.Core.IJobParametersValidator.Validate ( JobParameters  parameters)

Check the parameters meet whatever requirements are appropriate, and throw an exception if not.

Parameters
parameters
Exceptions
JobParametersInvalidException 

Implemented in Summer.Batch.Core.Job.DefaultJobParametersValidator, and Summer.Batch.Core.Job.CompositeJobParametersValidator.


The documentation for this interface was generated from the following file:
  • Summer.Batch.Core/Core/IJobParametersValidator.cs