Class BatchConfigurationSelector

  • All Implemented Interfaces:
    org.springframework.context.annotation.ImportSelector

    public class BatchConfigurationSelector
    extends java.lang.Object
    implements org.springframework.context.annotation.ImportSelector
    Base Configuration class providing common structure for enabling and using Spring Batch. Customization is available by implementing the BatchConfigurer interface.
    Since:
    2.2
    Author:
    Dave Syer
    See Also:
    EnableBatchProcessing
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      java.lang.String[]selectImports​(org.springframework.core.type.AnnotationMetadata importingClassMetadata) 
      • Methods inherited from class java.lang.Object

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

      • BatchConfigurationSelector

        public BatchConfigurationSelector()
    • Method Detail

      • selectImports

        public java.lang.String[] selectImports​(org.springframework.core.type.AnnotationMetadata importingClassMetadata)
        Specified by:
        selectImports in interface org.springframework.context.annotation.ImportSelector