메소드 | 설명 | |
---|---|---|
AfterPropertiesSet ( ) : void |
@see IInitializationPostOperations#AfterPropertiesSet
|
|
DoExecute ( ) : bool |
Delegated. Simplifies unit testing.
|
|
Execute ( Summer.Batch.Core.StepContribution contribution, Summer.Batch.Core.Scope.Context.ChunkContext chunkContext ) : RepeatStatus |
Scan remote directory for files matching the given file name pattern and download them, if any, to the given local directory. @see ITasklet#Execute
|
메소드 | 설명 | |
---|---|---|
ComputeRemoteFiles ( ) : IList |
Search for remote files matching the FileNamePattern
|
|
DownloadRemoteFiles ( IList |
Download list of remote files from remote directory
|
|
RemoveLocalFiles ( ) : void |
Remove local files prior to downloading fresh ones
|
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 | |
리턴 | RepeatStatus |