组织ID: |
org.springframework.batch |
项目ID: |
spring-batch-core |
版本: |
2.2.3.RELEASE |
最后修改时间: |
2018-07-28 05:26:26 |
包类型: |
java-source (源码) |
大小: |
492.54KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-core</artifactId>
<version>2.2.3.RELEASE</version>
<classifier>sources</classifier>
<type>java-source</type>
</dependency>
|
Gradle引入代码: |
org.springframework.batch:spring-batch-core:2.2.3.RELEASE
|
下载Jar包: |
|
Jar包内容: |
META-INF/MANIFEST.MF
org/springframework/batch/core/annotation/AfterChunk.java
org/springframework/batch/core/annotation/AfterChunkError.java
org/springframework/batch/core/annotation/AfterJob.java
org/springframework/batch/core/annotation/AfterProcess.java
org/springframework/batch/core/annotation/AfterRead.java
org/springframework/batch/core/annotation/AfterStep.java
org/springframework/batch/core/annotation/AfterWrite.java
org/springframework/batch/core/annotation/BeforeChunk.java
org/springframework/batch/core/annotation/BeforeJob.java
org/springframework/batch/core/annotation/BeforeProcess.java
org/springframework/batch/core/annotation/BeforeRead.java
org/springframework/batch/core/annotation/BeforeStep.java
org/springframework/batch/core/annotation/BeforeWrite.java
org/springframework/batch/core/annotation/OnProcessError.java
org/springframework/batch/core/annotation/OnReadError.java
org/springframework/batch/core/annotation/OnSkipInProcess.java
org/springframework/batch/core/annotation/OnSkipInRead.java
org/springframework/batch/core/annotation/OnSkipInWrite.java
org/springframework/batch/core/annotation/OnWriteError.java
org/springframework/batch/core/BatchStatus.java
org/springframework/batch/core/ChunkListener.java
org/springframework/batch/core/configuration/annotation/AbstractBatchConfiguration.java
org/springframework/batch/core/configuration/annotation/BatchConfigurationSelector.java
org/springframework/batch/core/configuration/annotation/BatchConfigurer.java
org/springframework/batch/core/configuration/annotation/DefaultBatchConfigurer.java
org/springframework/batch/core/configuration/annotation/EnableBatchProcessing.java
org/springframework/batch/core/configuration/annotation/JobBuilderFactory.java
org/springframework/batch/core/configuration/annotation/ModularBatchConfiguration.java
org/springframework/batch/core/configuration/annotation/SimpleBatchConfiguration.java
org/springframework/batch/core/configuration/annotation/StepBuilderFactory.java
org/springframework/batch/core/configuration/annotation/StepScope.java
org/springframework/batch/core/configuration/DuplicateJobException.java
org/springframework/batch/core/configuration/JobFactory.java
org/springframework/batch/core/configuration/JobLocator.java
org/springframework/batch/core/configuration/JobRegistry.java
org/springframework/batch/core/configuration/ListableJobLocator.java
org/springframework/batch/core/configuration/package.html
org/springframework/batch/core/configuration/StepRegistry.java
org/springframework/batch/core/configuration/support/AbstractApplicationContextFactory.java
org/springframework/batch/core/configuration/support/ApplicationContextFactory.java
org/springframework/batch/core/configuration/support/ApplicationContextJobFactory.java
org/springframework/batch/core/configuration/support/AutomaticJobRegistrar.java
org/springframework/batch/core/configuration/support/ClassPathXmlApplicationContextFactory.java
org/springframework/batch/core/configuration/support/ClasspathXmlApplicationContextsFactoryBean.java
org/springframework/batch/core/configuration/support/ClassPathXmlJobRegistry.java
org/springframework/batch/core/configuration/support/DefaultJobLoader.java
org/springframework/batch/core/configuration/support/GenericApplicationContextFactory.java
org/springframework/batch/core/configuration/support/GroupAwareJob.java
org/springframework/batch/core/configuration/support/JobFactoryRegistrationListener.java
org/springframework/batch/core/configuration/support/JobLoader.java
org/springframework/batch/core/configuration/support/JobRegistryBeanPostProcessor.java
org/springframework/batch/core/configuration/support/MapJobRegistry.java
org/springframework/batch/core/configuration/support/MapStepRegistry.java
org/springframework/batch/core/configuration/support/OsgiBundleXmlApplicationContextFactory.java
org/springframework/batch/core/configuration/support/package.html
org/springframework/batch/core/configuration/support/ReferenceJobFactory.java
org/springframework/batch/core/configuration/xml/AbstractFlowParser.java
org/springframework/batch/core/configuration/xml/AbstractListenerParser.java
org/springframework/batch/core/configuration/xml/AbstractStepParser.java
org/springframework/batch/core/configuration/xml/BeanDefinitionUtils.java
org/springframework/batch/core/configuration/xml/ChunkElementParser.java
org/springframework/batch/core/configuration/xml/CoreNamespaceHandler.java
org/springframework/batch/core/configuration/xml/CoreNamespacePostProcessor.java
org/springframework/batch/core/configuration/xml/CoreNamespaceUtils.java
org/springframework/batch/core/configuration/xml/DecisionParser.java
org/springframework/batch/core/configuration/xml/FlowElementParser.java
org/springframework/batch/core/configuration/xml/InlineFlowParser.java
org/springframework/batch/core/configuration/xml/InlineStepParser.java
org/springframework/batch/core/configuration/xml/JobExecutionListenerParser.java
org/springframework/batch/core/configuration/xml/JobParser.java
org/springframework/batch/core/configuration/xml/JobParserJobFactoryBean.java
org/springframework/batch/core/configuration/xml/JobRepositoryParser.java
org/springframework/batch/core/configuration/xml/SimpleFlowFactoryBean.java
org/springframework/batch/core/configuration/xml/SplitParser.java
org/springframework/batch/core/configuration/xml/StandaloneStepParser.java
org/springframework/batch/core/configuration/xml/StepListenerParser.java
org/springframework/batch/core/configuration/xml/StepParserStepFactoryBean.java
org/springframework/batch/core/configuration/xml/TaskletParser.java
org/springframework/batch/core/configuration/xml/TopLevelFlowParser.java
org/springframework/batch/core/configuration/xml/TopLevelJobListenerParser.java
org/springframework/batch/core/configuration/xml/TopLevelStepListenerParser.java
org/springframework/batch/core/configuration/xml/TopLevelStepParser.java
org/springframework/batch/core/converter/DefaultJobParametersConverter.java
org/springframework/batch/core/converter/JobParametersConverter.java
org/springframework/batch/core/converter/package.html
org/springframework/batch/core/DefaultJobKeyGenerator.java
org/springframework/batch/core/Entity.java
org/springframework/batch/core/ExitStatus.java
org/springframework/batch/core/explore/JobExplorer.java
org/springframework/batch/core/explore/package.html
org/springframework/batch/core/explore/support/AbstractJobExplorerFactoryBean.java
org/springframework/batch/core/explore/support/JobExplorerFactoryBean.java
org/springframework/batch/core/explore/support/MapJobExplorerFactoryBean.java
org/springframework/batch/core/explore/support/package.html
org/springframework/batch/core/explore/support/SimpleJobExplorer.java
org/springframework/batch/core/ItemProcessListener.java
org/springframework/batch/core/ItemReadListener.java
org/springframework/batch/core/ItemWriteListener.java
org/springframework/batch/core/job/AbstractJob.java
org/springframework/batch/core/job/builder/FlowBuilder.java
org/springframework/batch/core/job/builder/FlowBuilderException.java
org/springframework/batch/core/job/builder/FlowJobBuilder.java
org/springframework/batch/core/job/builder/JobBuilder.java
org/springframework/batch/core/job/builder/JobBuilderException.java
org/springframework/batch/core/job/builder/JobBuilderHelper.java
org/springframework/batch/core/job/builder/JobFlowBuilder.java
org/springframework/batch/core/job/builder/SimpleJobBuilder.java
org/springframework/batch/core/job/CompositeJobParametersValidator.java
org/springframework/batch/core/job/DefaultJobParametersValidator.java
org/springframework/batch/core/job/flow/Flow.java
org/springframework/batch/core/job/flow/FlowExecution.java
org/springframework/batch/core/job/flow/FlowExecutionException.java
org/springframework/batch/core/job/flow/FlowExecutionStatus.java
org/springframework/batch/core/job/flow/FlowExecutor.java
org/springframework/batch/core/job/flow/FlowHolder.java
org/springframework/batch/core/job/flow/FlowJob.java
org/springframework/batch/core/job/flow/FlowStep.java
org/springframework/batch/core/job/flow/JobExecutionDecider.java
org/springframework/batch/core/job/flow/JobFlowExecutor.java
org/springframework/batch/core/job/flow/State.java
org/springframework/batch/core/job/flow/support/SimpleFlow.java
org/springframework/batch/core/job/flow/support/state/AbstractState.java
org/springframework/batch/core/job/flow/support/state/DecisionState.java
org/springframework/batch/core/job/flow/support/state/EndState.java
org/springframework/batch/core/job/flow/support/state/FlowExecutionAggregator.java
org/springframework/batch/core/job/flow/support/state/FlowState.java
org/springframework/batch/core/job/flow/support/state/MaxValueFlowExecutionAggregator.java
org/springframework/batch/core/job/flow/support/state/SplitState.java
org/springframework/batch/core/job/flow/support/state/StepState.java
org/springframework/batch/core/job/flow/support/StateTransition.java
org/springframework/batch/core/job/package.html
org/springframework/batch/core/job/SimpleJob.java
org/springframework/batch/core/job/SimpleStepHandler.java
org/springframework/batch/core/job/StepHandler.java
org/springframework/batch/core/Job.java
org/springframework/batch/core/JobExecution.java
org/springframework/batch/core/JobExecutionException.java
org/springframework/batch/core/JobExecutionListener.java
org/springframework/batch/core/JobInstance.java
org/springframework/batch/core/JobInterruptedException.java
org/springframework/batch/core/JobKeyGenerator.java
org/springframework/batch/core/JobParameter.java
org/springframework/batch/core/JobParameters.java
org/springframework/batch/core/JobParametersBuilder.java
org/springframework/batch/core/JobParametersIncrementer.java
org/springframework/batch/core/JobParametersInvalidException.java
org/springframework/batch/core/JobParametersValidator.java
org/springframework/batch/core/launch/JobExecutionNotFailedException.java
org/springframework/batch/core/launch/JobExecutionNotRunningException.java
org/springframework/batch/core/launch/JobExecutionNotStoppedException.java
org/springframework/batch/core/launch/JobInstanceAlreadyExistsException.java
org/springframework/batch/core/launch/JobLauncher.java
org/springframework/batch/core/launch/JobOperator.java
org/springframework/batch/core/launch/JobParametersNotFoundException.java
org/springframework/batch/core/launch/NoSuchJobException.java
org/springframework/batch/core/launch/NoSuchJobExecutionException.java
org/springframework/batch/core/launch/NoSuchJobInstanceException.java
org/springframework/batch/core/launch/package.html
org/springframework/batch/core/launch/support/CommandLineJobRunner.java
org/springframework/batch/core/launch/support/ExitCodeMapper.java
org/springframework/batch/core/launch/support/JobRegistryBackgroundJobRunner.java
org/springframework/batch/core/launch/support/JvmSystemExiter.java
org/springframework/batch/core/launch/support/package.html
org/springframework/batch/core/launch/support/RunIdIncrementer.java
org/springframework/batch/core/launch/support/RuntimeExceptionTranslator.java
org/springframework/batch/core/launch/support/ScheduledJobParametersFactory.java
org/springframework/batch/core/launch/support/SimpleJobLauncher.java
org/springframework/batch/core/launch/support/SimpleJobOperator.java
org/springframework/batch/core/launch/support/SimpleJvmExitCodeMapper.java
org/springframework/batch/core/launch/support/SystemExiter.java
org/springframework/batch/core/listener/AbstractListenerFactoryBean.java
org/springframework/batch/core/listener/ChunkListenerSupport.java
org/springframework/batch/core/listener/CompositeChunkListener.java
org/springframework/batch/core/listener/CompositeItemProcessListener.java
org/springframework/batch/core/listener/CompositeItemReadListener.java
org/springframework/batch/core/listener/CompositeItemWriteListener.java
org/springframework/batch/core/listener/CompositeJobExecutionListener.java
org/springframework/batch/core/listener/CompositeSkipListener.java
org/springframework/batch/core/listener/CompositeStepExecutionListener.java
org/springframework/batch/core/listener/ExecutionContextPromotionListener.java
org/springframework/batch/core/listener/ItemListenerSupport.java
org/springframework/batch/core/listener/JobExecutionListenerSupport.java
org/springframework/batch/core/listener/JobListenerFactoryBean.java
org/springframework/batch/core/listener/JobListenerMetaData.java
org/springframework/batch/core/listener/JobParameterExecutionContextCopyListener.java
org/springframework/batch/core/listener/ListenerMetaData.java
org/springframework/batch/core/listener/MethodInvokerMethodInterceptor.java
org/springframework/batch/core/listener/MulticasterBatchListener.java
org/springframework/batch/core/listener/OrderedComposite.java
org/springframework/batch/core/listener/package.html
org/springframework/batch/core/listener/SkipListenerSupport.java
org/springframework/batch/core/listener/StepExecutionListenerSupport.java
org/springframework/batch/core/listener/StepListenerFactoryBean.java
org/springframework/batch/core/listener/StepListenerFailedException.java
org/springframework/batch/core/listener/StepListenerMetaData.java
org/springframework/batch/core/listener/StepListenerSupport.java
org/springframework/batch/core/package.html
org/springframework/batch/core/partition/PartitionHandler.java
org/springframework/batch/core/partition/StepExecutionSplitter.java
org/springframework/batch/core/partition/support/AbstractPartitionHandler.java
org/springframework/batch/core/partition/support/DefaultStepExecutionAggregator.java
org/springframework/batch/core/partition/support/MultiResourcePartitioner.java
org/springframework/batch/core/partition/support/Partitioner.java
org/springframework/batch/core/partition/support/PartitionNameProvider.java
org/springframework/batch/core/partition/support/PartitionStep.java
org/springframework/batch/core/partition/support/RemoteStepExecutionAggregator.java
org/springframework/batch/core/partition/support/SimplePartitioner.java
org/springframework/batch/core/partition/support/SimpleStepExecutionSplitter.java
org/springframework/batch/core/partition/support/StepExecutionAggregator.java
org/springframework/batch/core/partition/support/TaskExecutorPartitionHandler.java
org/springframework/batch/core/repository/dao/AbstractJdbcBatchMetadataDao.java
org/springframework/batch/core/repository/dao/DefaultExecutionContextSerializer.java
org/springframework/batch/core/repository/dao/ExecutionContextDao.java
org/springframework/batch/core/repository/dao/JdbcExecutionContextDao.java
org/springframework/batch/core/repository/dao/JdbcJobExecutionDao.java
org/springframework/batch/core/repository/dao/JdbcJobInstanceDao.java
org/springframework/batch/core/repository/dao/JdbcStepExecutionDao.java
org/springframework/batch/core/repository/dao/JobExecutionDao.java
org/springframework/batch/core/repository/dao/JobInstanceDao.java
org/springframework/batch/core/repository/dao/MapExecutionContextDao.java
org/springframework/batch/core/repository/dao/MapJobExecutionDao.java
org/springframework/batch/core/repository/dao/MapJobInstanceDao.java
org/springframework/batch/core/repository/dao/MapStepExecutionDao.java
org/springframework/batch/core/repository/dao/NoSuchObjectException.java
org/springframework/batch/core/repository/dao/package.html
org/springframework/batch/core/repository/dao/StepExecutionDao.java
org/springframework/batch/core/repository/dao/XStreamExecutionContextStringSerializer.java
org/springframework/batch/core/repository/ExecutionContextSerializer.java
org/springframework/batch/core/repository/JobExecutionAlreadyRunningException.java
org/springframework/batch/core/repository/JobInstanceAlreadyCompleteException.java
org/springframework/batch/core/repository/JobRepository.java
org/springframework/batch/core/repository/JobRestartException.java
org/springframework/batch/core/repository/package.html
org/springframework/batch/core/repository/support/AbstractJobRepositoryFactoryBean.java
org/springframework/batch/core/repository/support/JobRepositoryFactoryBean.java
org/springframework/batch/core/repository/support/MapJobRepositoryFactoryBean.java
org/springframework/batch/core/repository/support/package.html
org/springframework/batch/core/repository/support/SimpleJobRepository.java
org/springframework/batch/core/resource/ListPreparedStatementSetter.java
org/springframework/batch/core/resource/StepExecutionSimpleCompletionPolicy.java
org/springframework/batch/core/scope/context/ChunkContext.java
org/springframework/batch/core/scope/context/StepContext.java
org/springframework/batch/core/scope/context/StepContextRepeatCallback.java
org/springframework/batch/core/scope/context/StepScopeManager.java
org/springframework/batch/core/scope/context/StepSynchronizationManager.java
org/springframework/batch/core/scope/StepScope.java
org/springframework/batch/core/SkipListener.java
org/springframework/batch/core/StartLimitExceededException.java
org/springframework/batch/core/step/AbstractStep.java
org/springframework/batch/core/step/builder/AbstractTaskletStepBuilder.java
org/springframework/batch/core/step/builder/FaultTolerantStepBuilder.java
org/springframework/batch/core/step/builder/FlowStepBuilder.java
org/springframework/batch/core/step/builder/JobStepBuilder.java
org/springframework/batch/core/step/builder/PartitionStepBuilder.java
org/springframework/batch/core/step/builder/SimpleStepBuilder.java
org/springframework/batch/core/step/builder/StepBuilder.java
org/springframework/batch/core/step/builder/StepBuilderException.java
org/springframework/batch/core/step/builder/StepBuilderHelper.java
org/springframework/batch/core/step/builder/TaskletStepBuilder.java
org/springframework/batch/core/step/factory/BatchListenerFactoryHelper.java
org/springframework/batch/core/step/factory/FaultTolerantStepFactoryBean.java
org/springframework/batch/core/step/factory/SimpleStepFactoryBean.java
org/springframework/batch/core/step/FatalStepExecutionException.java
org/springframework/batch/core/step/item/BatchRetryTemplate.java
org/springframework/batch/core/step/item/Chunk.java
org/springframework/batch/core/step/item/ChunkMonitor.java
org/springframework/batch/core/step/item/ChunkOrientedTasklet.java
org/springframework/batch/core/step/item/ChunkProcessor.java
org/springframework/batch/core/step/item/ChunkProvider.java
org/springframework/batch/core/step/item/DefaultItemFailureHandler.java
org/springframework/batch/core/step/item/FaultTolerantChunkProcessor.java
org/springframework/batch/core/step/item/FaultTolerantChunkProvider.java
org/springframework/batch/core/step/item/ForceRollbackForWriteSkipException.java
org/springframework/batch/core/step/item/KeyGenerator.java
org/springframework/batch/core/step/item/package.html
org/springframework/batch/core/step/item/SimpleChunkProcessor.java
org/springframework/batch/core/step/item/SimpleChunkProvider.java
org/springframework/batch/core/step/item/SimpleRetryExceptionHandler.java
org/springframework/batch/core/step/item/SkipOverflowException.java
org/springframework/batch/core/step/item/SkipWrapper.java
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
无
|