Summer.Batch.Extra.Sort.SortTasklet.AfterPropertiesSet C# (CSharp) Méthode

AfterPropertiesSet() public méthode

Post-initialization operation.
public AfterPropertiesSet ( ) : void
Résultat 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.");
        }