Summer.Batch.Extra.Sort.SortTasklet.AfterPropertiesSet C# (CSharp) Method

AfterPropertiesSet() public method

Post-initialization operation.
public AfterPropertiesSet ( ) : void
return void
        public void AfterPropertiesSet()
        {
            Assert.NotNull(Input, "Input must not be null.");
            Assert.NotEmpty(Input, "Input must not be empty.");
            Assert.NotNull(Output, "Output must not be null.");
        }