Class HousekeepFilesTasklet

java.lang.Object
jp.ecuacion.tool.housekeepfiles.tasklet.HousekeepFilesTasklet
All Implemented Interfaces:
org.springframework.batch.core.step.tasklet.Tasklet

@Component public class HousekeepFilesTasklet extends Object implements org.springframework.batch.core.step.tasklet.Tasklet
Housekeeps files.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(String excelFilePath)
    Housekeeps files.
    org.springframework.batch.repeat.RepeatStatus
    execute(org.springframework.batch.core.StepContribution contribution, org.springframework.batch.core.scope.context.ChunkContext chunkContext)
    Executes housekeeping files.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • HousekeepFilesTasklet

      public HousekeepFilesTasklet()
  • Method Details

    • execute

      public org.springframework.batch.repeat.RepeatStatus execute(org.springframework.batch.core.StepContribution contribution, org.springframework.batch.core.scope.context.ChunkContext chunkContext) throws Exception
      Executes housekeeping files.
      Specified by:
      execute in interface org.springframework.batch.core.step.tasklet.Tasklet
      Throws:
      Exception
    • execute

      public void execute(String excelFilePath) throws jp.ecuacion.lib.core.exception.checked.AppException, Exception
      Housekeeps files.
      Throws:
      jp.ecuacion.lib.core.exception.checked.AppException
      Exception