Summer.Batch.Core.Launch.Support.SimpleJobLauncher.AfterPropertiesSet C# (CSharp) Method

AfterPropertiesSet() public method

Ensure the required dependencies of an IJobRepository have been set. Used programmatically by JobStepBuilder see IInitializationPostOperations#AfterPropertiesSet
public AfterPropertiesSet ( ) : void
return void
        public void AfterPropertiesSet()
        {
            Assert.State(_jobRepository != null, "A JobRepository has not been set.");
        }
    }