Class StepBuilderFactory


  • public class StepBuilderFactory
    extends java.lang.Object
    Convenient factory for a StepBuilder which sets the JobRepository and PlatformTransactionManager automatically.
    Author:
    Dave Syer
    • Constructor Summary

      Constructors 
      ConstructorDescription
      StepBuilderFactory​(JobRepository jobRepository, org.springframework.transaction.PlatformTransactionManager transactionManager) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      StepBuilderget​(java.lang.String name)
      Creates a step builder and initializes its job repository and transaction manager.
      • Methods inherited from class java.lang.Object

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

      • StepBuilderFactory

        public StepBuilderFactory​(JobRepository jobRepository,
                                  org.springframework.transaction.PlatformTransactionManager transactionManager)
    • Method Detail

      • get

        public StepBuilder get​(java.lang.String name)
        Creates a step builder and initializes its job repository and transaction manager. Note that if the builder is used to create a @Bean definition then the name of the step and the bean name might be different.
        Parameters:
        name - the name of the step
        Returns:
        a step builder