Summer.Batch.Extra.FtpSupport.FtpGetTasklet.Execute C# (CSharp) Method

Execute() public method

Scan remote directory for files matching the given file name pattern and download them, if any, to the given local directory. @see ITasklet#Execute
public Execute ( Summer.Batch.Core.StepContribution contribution, Summer.Batch.Core.Scope.Context.ChunkContext chunkContext ) : RepeatStatus
contribution Summer.Batch.Core.StepContribution
chunkContext Summer.Batch.Core.Scope.Context.ChunkContext
return RepeatStatus
        public RepeatStatus Execute(StepContribution contribution, ChunkContext chunkContext)
        {
            //Delegated 
            DoExecute();
            return RepeatStatus.Finished;
        }