组织ID: |
org.springframework.batch |
项目ID: |
spring-batch-infrastructure |
版本: |
3.0.8.RELEASE |
最后修改时间: |
2018-07-25 17:32:02 |
包类型: |
jar |
标题: |
Spring Batch Infrastructure |
描述: |
Spring Batch Infrastructure |
相关URL: |
http://projects.spring.io/spring-batch/ |
大小: |
372.25KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-infrastructure</artifactId>
<version>3.0.8.RELEASE</version>
</dependency>
|
Gradle引入代码: |
org.springframework.batch:spring-batch-infrastructure:3.0.8.RELEASE
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-infrastructure</artifactId>
<version>3.0.8.RELEASE</version>
<name>Spring Batch Infrastructure</name>
<description>Spring Batch Infrastructure</description>
<url>http://projects.spring.io/spring-batch/</url>
<organization>
<name>Spring</name>
<url>http://spring.io</url>
</organization>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>dsyer</id>
<name>Dave Syer</name>
<email>dsyer@gopivotal.com</email>
</developer>
<developer>
<id>nebhale</id>
<name>Ben Hale</name>
<email>bhale@gopivotal.com</email>
</developer>
<developer>
<id>lward</id>
<name>Lucas Ward</name>
<email>lucas.l.ward@accenture.com</email>
</developer>
<developer>
<id>robokaso</id>
<name>Robert Kasanicky</name>
<email>robokaso@gmail.com</email>
</developer>
<developer>
<id>trisberg</id>
<name>Thomas Risberg</name>
<email>trisberg@gopivotal.com</email>
</developer>
<developer>
<id>dhgarrette</id>
<name>Dan Garrette</name>
<email>dhgarrette@gmail.com</email>
</developer>
<developer>
<id>mminella</id>
<name>Michael Minella</name>
<email>mminella@gopivotal.com</email>
<roles>
<role>project lead</role>
</roles>
</developer>
<developer>
<id>chrisjs</id>
<name>Chris Schaefer</name>
<email>cschaefer@gopivotal.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/spring-projects/spring-batch.git</connection>
<developerConnection>scm:git:git@github.com:spring-projects/spring-batch.git</developerConnection>
<url>https://github.com/spring-projects/spring-batch</url>
</scm>
<dependencies>
<dependency>
<groupId>javax.batch</groupId>
<artifactId>javax.batch-api</artifactId>
<version>1.0</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.jms</groupId>
<artifactId>jms-api</artifactId>
<version>1.1-rev-1</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.mail</groupId>
<artifactId>javax.mail-api</artifactId>
<version>1.4.7</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.transaction</groupId>
<artifactId>javax.transaction-api</artifactId>
<version>1.2</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.ibatis</groupId>
<artifactId>ibatis-sqlmap</artifactId>
<version>2.3.4.726</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-asl</artifactId>
<version>1.9.13</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.codehaus.woodstox</groupId>
<artifactId>woodstox-core-asl</artifactId>
<version>4.2.0</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>stax-api</artifactId>
<groupId>stax</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>4.2.12.Final</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>jboss-transaction-api_1.1_spec</artifactId>
<groupId>org.jboss.spec.javax.transaction</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-entitymanager</artifactId>
<version>4.2.12.Final</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>jboss-transaction-api_1.1_spec</artifactId>
<groupId>org.jboss.spec.javax.transaction</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
<version>4.3.1.Final</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.7.7</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-amqp</artifactId>
<version>1.3.3.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-rabbit</artifactId>
<version>1.3.3.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons</artifactId>
<version>1.8.0.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-gemfire</artifactId>
<version>1.4.0.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-mongodb</artifactId>
<version>1.5.0.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-neo4j</artifactId>
<version>3.1.0.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-neo4j</artifactId>
<version>4.1.1.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.ldap</groupId>
<artifactId>spring-ldap-core</artifactId>
<version>2.0.2.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.ldap</groupId>
<artifactId>spring-ldap-core-tiger</artifactId>
<version>2.0.2.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.ldap</groupId>
<artifactId>spring-ldap-ldif-core</artifactId>
<version>2.0.2.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.retry</groupId>
<artifactId>spring-retry</artifactId>
<version>1.1.0.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
<version>4.0.5.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>4.0.5.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context-support</artifactId>
<version>4.0.5.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
<version>4.0.5.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jms</artifactId>
<version>4.0.5.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-orm</artifactId>
<version>4.0.5.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-oxm</artifactId>
<version>4.0.5.RELEASE</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>commons-lang</artifactId>
<groupId>commons-lang</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
<version>4.0.5.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.springframework.batch.support.MethodInvokerUtils.class
org.springframework.batch.support.annotation.Classifier.class
org.springframework.batch.support.AnnotationMethodResolver$1.class
org.springframework.batch.support.MethodInvoker.class
org.springframework.batch.support.PropertiesConverter.class
org.springframework.batch.support.PatternMatcher.class
org.springframework.batch.support.IntArrayPropertyEditor.class
org.springframework.batch.support.DatabaseType.class
org.springframework.batch.support.LastModifiedResourceComparator.class
org.springframework.batch.support.MethodInvokerUtils$2.class
org.springframework.batch.support.DefaultPropertyEditorRegistrar.class
org.springframework.batch.support.PatternMatcher$1.class
org.springframework.batch.support.MethodInvokerUtils$1.class
org.springframework.batch.support.ReflectionUtils.class
org.springframework.batch.support.SimpleMethodInvoker.class
org.springframework.batch.support.MethodResolver.class
org.springframework.batch.support.AnnotationMethodResolver.class
org.springframework.batch.support.MethodInvokerUtils$3.class
org.springframework.batch.support.SystemPropertyInitializer.class
org.springframework.batch.support.transaction.FlushFailedException.class
org.springframework.batch.support.transaction.ResourcelessTransactionManager$1.class
org.springframework.batch.support.transaction.TransactionAwareProxyFactory$1.class
org.springframework.batch.support.transaction.TransactionAwareBufferedWriter$1.class
org.springframework.batch.support.transaction.ResourcelessTransactionManager$ResourcelessTransaction.class
org.springframework.batch.support.transaction.TransactionAwareBufferedWriter.class
org.springframework.batch.support.transaction.TransactionAwareProxyFactory$TransactionAwareInterceptor.class
org.springframework.batch.support.transaction.TransactionAwareProxyFactory.class
org.springframework.batch.support.transaction.TransactionAwareProxyFactory$TargetSynchronization.class
org.springframework.batch.support.transaction.ResourcelessTransactionManager.class
org.springframework.batch.repeat.listener.CompositeRepeatListener.class
org.springframework.batch.repeat.listener.RepeatListenerSupport.class
org.springframework.batch.repeat.support.ThrottleLimitResultQueue.class
org.springframework.batch.repeat.support.TaskExecutorRepeatTemplate$ExecutingRunnable.class
org.springframework.batch.repeat.support.RepeatSynchronizationManager.class
org.springframework.batch.repeat.support.ResultHolderResultQueue.class
org.springframework.batch.repeat.support.ResultHolderResultQueue$1.class
org.springframework.batch.repeat.support.ResultQueue.class
org.springframework.batch.repeat.support.RepeatInternalStateSupport.class
org.springframework.batch.repeat.support.ResultHolderResultQueue$ResultHolderComparator.class
org.springframework.batch.repeat.support.TaskExecutorRepeatTemplate.class
org.springframework.batch.repeat.support.RepeatTemplate.class
org.springframework.batch.repeat.support.RepeatInternalState.class
org.springframework.batch.repeat.support.TaskExecutorRepeatTemplate$ResultQueueInternalState.class
org.springframework.batch.repeat.support.ResultHolder.class
org.springframework.batch.repeat.policy.CompositeCompletionPolicy.class
org.springframework.batch.repeat.policy.CountingCompletionPolicy$CountingBatchContext.class
org.springframework.batch.repeat.policy.TimeoutTerminationPolicy.class
org.springframework.batch.repeat.policy.SimpleCompletionPolicy.class
org.springframework.batch.repeat.policy.DefaultResultCompletionPolicy.class
org.springframework.batch.repeat.policy.SimpleCompletionPolicy$SimpleTerminationContext.class
org.springframework.batch.repeat.policy.CountingCompletionPolicy.class
org.springframework.batch.repeat.policy.CompositeCompletionPolicy$CompositeBatchContext.class
org.springframework.batch.repeat.policy.CompletionPolicySupport.class
org.springframework.batch.repeat.policy.TimeoutTerminationPolicy$TimeoutBatchContext.class
org.springframework.batch.repeat.context.SynchronizedAttributeAccessor$1.class
org.springframework.batch.repeat.context.SynchronizedAttributeAccessor.class
org.springframework.batch.repeat.context.RepeatContextSupport.class
org.springframework.batch.repeat.context.RepeatContextCounter.class
org.springframework.batch.repeat.RepeatContext.class
org.springframework.batch.repeat.RepeatListener.class
org.springframework.batch.repeat.interceptor.RepeatOperationsInterceptor$1.class
org.springframework.batch.repeat.interceptor.RepeatOperationsInterceptor$ResultHolder.class
org.springframework.batch.repeat.interceptor.RepeatOperationsInterceptor.class
org.springframework.batch.repeat.interceptor.RepeatOperationsInterceptor$RepeatOperationsInterceptorException.class
org.springframework.batch.repeat.exception.ExceptionHandler.class
org.springframework.batch.repeat.exception.RethrowOnThresholdExceptionHandler$1.class
org.springframework.batch.repeat.exception.RethrowOnThresholdExceptionHandler$IntegerHolder.class
org.springframework.batch.repeat.exception.SimpleLimitExceptionHandler.class
org.springframework.batch.repeat.exception.LogOrRethrowExceptionHandler$Level.class
org.springframework.batch.repeat.exception.RethrowOnThresholdExceptionHandler.class
org.springframework.batch.repeat.exception.LogOrRethrowExceptionHandler.class
org.springframework.batch.repeat.exception.CompositeExceptionHandler.class
org.springframework.batch.repeat.exception.DefaultExceptionHandler.class
org.springframework.batch.repeat.RepeatStatus.class
org.springframework.batch.repeat.CompletionPolicy.class
org.springframework.batch.repeat.RepeatException.class
org.springframework.batch.repeat.RepeatCallback.class
org.springframework.batch.repeat.RepeatOperations.class
org.springframework.batch.repeat.callback.NestedRepeatCallback.class
org.springframework.batch.poller.DirectPoller$DirectPollingFuture.class
org.springframework.batch.poller.DirectPoller.class
org.springframework.batch.poller.Poller.class
org.springframework.batch.jsr.repeat.CheckpointAlgorithmAdapter.class
org.springframework.batch.jsr.item.ItemWriterAdapter.class
org.springframework.batch.jsr.item.CheckpointSupport.class
org.springframework.batch.jsr.item.ItemReaderAdapter.class
org.springframework.batch.jsr.item.ItemProcessorAdapter.class
org.springframework.batch.item.SpELItemKeyMapper.class
org.springframework.batch.item.ExecutionContext.class
org.springframework.batch.item.support.CompositeItemWriter.class
org.springframework.batch.item.support.ClassifierCompositeItemProcessor.class
org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader.class
org.springframework.batch.item.support.ListItemWriter.class
org.springframework.batch.item.support.IteratorItemReader.class
org.springframework.batch.item.support.SingleItemPeekableItemReader.class
org.springframework.batch.item.support.AbstractItemStreamItemReader.class
org.springframework.batch.item.support.ListItemReader.class
org.springframework.batch.item.support.PassThroughItemProcessor.class
org.springframework.batch.item.support.CompositeItemStream.class
org.springframework.batch.item.support.AbstractItemStreamItemWriter.class
org.springframework.batch.item.support.CompositeItemProcessor.class
org.springframework.batch.item.support.ScriptItemProcessor.class
org.springframework.batch.item.support.SynchronizedItemStreamReader.class
org.springframework.batch.item.support.ClassifierCompositeItemWriter.class
org.springframework.batch.item.database.IbatisBatchItemWriter.class
org.springframework.batch.item.database.BeanPropertyItemSqlParameterSourceProvider.class
org.springframework.batch.item.database.support.DataFieldMaxValueIncrementerFactory.class
org.springframework.batch.item.database.support.SqlPagingQueryProviderFactoryBean.class
org.springframework.batch.item.database.support.HsqlPagingQueryProvider.class
org.springframework.batch.item.database.support.H2PagingQueryProvider.class
org.springframework.batch.item.database.support.SqlPagingQueryUtils.class
org.springframework.batch.item.database.support.MySqlPagingQueryProvider.class
org.springframework.batch.item.database.support.SqlitePagingQueryProvider.class
org.springframework.batch.item.database.support.SqliteMaxValueIncrementer.class
org.springframework.batch.item.database.support.SybasePagingQueryProvider.class
org.springframework.batch.item.database.support.ColumnMapItemPreparedStatementSetter.class
org.springframework.batch.item.database.support.DerbyPagingQueryProvider.class
org.springframework.batch.item.database.support.OraclePagingQueryProvider.class
org.springframework.batch.item.database.support.SqlWindowingPagingQueryProvider.class
org.springframework.batch.item.database.support.DefaultDataFieldMaxValueIncrementerFactory.class
org.springframework.batch.item.database.support.Db2PagingQueryProvider.class
org.springframework.batch.item.database.support.AbstractSqlPagingQueryProvider.class
org.springframework.batch.item.database.support.SqlServerPagingQueryProvider.class
org.springframework.batch.item.database.support.PostgresPagingQueryProvider.class
org.springframework.batch.item.database.StoredProcedureItemReader.class
org.springframework.batch.item.database.ExtendedConnectionDataSourceProxy.class
org.springframework.batch.item.database.JdbcPagingItemReader$1.class
org.springframework.batch.item.database.ExtendedConnectionDataSourceProxy$CloseSuppressingInvocationHandler.class
org.springframework.batch.item.database.JdbcPagingItemReader$PagingRowMapper.class
org.springframework.batch.item.database.ItemSqlParameterSourceProvider.class
org.springframework.batch.item.database.JdbcParameterUtils.class
org.springframework.batch.item.database.HibernatePagingItemReader.class
org.springframework.batch.item.database.JdbcCursorItemReader.class
org.springframework.batch.item.database.JdbcBatchItemWriter$1.class
org.springframework.batch.item.database.JpaItemWriter.class
org.springframework.batch.item.database.IbatisPagingItemReader.class
org.springframework.batch.item.database.JdbcPagingItemReader.class
org.springframework.batch.item.database.AbstractCursorItemReader.class
org.springframework.batch.item.database.HibernateItemReaderHelper.class
org.springframework.batch.item.database.Order.class
org.springframework.batch.item.database.HibernateCursorItemReader.class
org.springframework.batch.item.database.JdbcBatchItemWriter.class
org.springframework.batch.item.database.orm.JpaQueryProvider.class
org.springframework.batch.item.database.orm.AbstractHibernateQueryProvider.class
org.springframework.batch.item.database.orm.HibernateQueryProvider.class
org.springframework.batch.item.database.orm.HibernateNativeQueryProvider.class
org.springframework.batch.item.database.orm.JpaNativeQueryProvider.class
org.springframework.batch.item.database.orm.AbstractJpaQueryProvider.class
org.springframework.batch.item.database.HibernateItemWriter.class
org.springframework.batch.item.database.PagingQueryProvider.class
org.springframework.batch.item.database.JpaPagingItemReader.class
org.springframework.batch.item.database.ItemPreparedStatementSetter.class
org.springframework.batch.item.database.AbstractPagingItemReader.class
org.springframework.batch.item.WriteFailedException.class
org.springframework.batch.item.ParseException.class
org.springframework.batch.item.ItemCountAware.class
org.springframework.batch.item.ItemReader.class
org.springframework.batch.item.mail.DefaultMailErrorHandler.class
org.springframework.batch.item.mail.MailErrorHandler.class
org.springframework.batch.item.mail.javamail.MimeMessageItemWriter.class
org.springframework.batch.item.mail.SimpleMailMessageItemWriter.class
org.springframework.batch.item.WriterNotOpenException.class
org.springframework.batch.item.adapter.HippyMethodInvoker.class
org.springframework.batch.item.adapter.ItemWriterAdapter.class
org.springframework.batch.item.adapter.AbstractMethodInvokingDelegator$InvocationTargetThrowableWrapper.class
org.springframework.batch.item.adapter.ItemReaderAdapter.class
org.springframework.batch.item.adapter.DynamicMethodInvocationException.class
org.springframework.batch.item.adapter.ItemProcessorAdapter.class
org.springframework.batch.item.adapter.AbstractMethodInvokingDelegator.class
org.springframework.batch.item.adapter.PropertyExtractingDelegatingItemWriter.class
org.springframework.batch.item.file.NonTransientFlatFileException.class
org.springframework.batch.item.file.FlatFileFooterCallback.class
org.springframework.batch.item.file.LineMapper.class
org.springframework.batch.item.file.MultiResourceItemWriter.class
org.springframework.batch.item.file.FlatFileItemWriter$OutputState$2.class
org.springframework.batch.item.file.FlatFileItemWriter$OutputState.class
org.springframework.batch.item.file.separator.DefaultRecordSeparatorPolicy.class
org.springframework.batch.item.file.separator.SuffixRecordSeparatorPolicy.class
org.springframework.batch.item.file.separator.JsonRecordSeparatorPolicy.class
org.springframework.batch.item.file.separator.SimpleRecordSeparatorPolicy.class
org.springframework.batch.item.file.separator.RecordSeparatorPolicy.class
org.springframework.batch.item.file.DefaultBufferedReaderFactory.class
org.springframework.batch.item.file.ResourceAwareItemWriterItemStream.class
org.springframework.batch.item.file.ResourceAwareItemReaderItemStream.class
org.springframework.batch.item.file.SimpleResourceSuffixCreator.class
org.springframework.batch.item.file.SimpleBinaryBufferedReaderFactory$BinaryBufferedReader.class
org.springframework.batch.item.file.ResourceSuffixCreator.class
org.springframework.batch.item.file.FlatFileItemReader.class
org.springframework.batch.item.file.BufferedReaderFactory.class
org.springframework.batch.item.file.FlatFileItemWriter$1.class
org.springframework.batch.item.file.SimpleBinaryBufferedReaderFactory.class
org.springframework.batch.item.file.mapping.PassThroughLineMapper.class
org.springframework.batch.item.file.mapping.PatternMatchingCompositeLineMapper.class
org.springframework.batch.item.file.mapping.DefaultLineMapper.class
org.springframework.batch.item.file.mapping.BeanWrapperFieldSetMapper$DistanceHolder.class
org.springframework.batch.item.file.mapping.PassThroughFieldSetMapper.class
org.springframework.batch.item.file.mapping.BeanWrapperFieldSetMapper.class
org.springframework.batch.item.file.mapping.FieldSetMapper.class
org.springframework.batch.item.file.mapping.JsonLineMapper.class
org.springframework.batch.item.file.mapping.PropertyMatches.class
org.springframework.batch.item.file.mapping.ArrayFieldSetMapper.class
org.springframework.batch.item.file.FlatFileHeaderCallback.class
org.springframework.batch.item.file.FlatFileParseException.class
org.springframework.batch.item.file.MultiResourceItemReader.class
org.springframework.batch.item.file.FlatFileItemWriter$OutputState$1.class
org.springframework.batch.item.file.SimpleBinaryBufferedReaderFactory$1.class
org.springframework.batch.item.file.LineCallbackHandler.class
org.springframework.batch.item.file.transform.LineAggregator.class
org.springframework.batch.item.file.transform.FlatFileFormatException.class
org.springframework.batch.item.file.transform.DefaultFieldSet.class
org.springframework.batch.item.file.transform.RangeArrayPropertyEditor.class
org.springframework.batch.item.file.transform.PatternMatchingCompositeLineTokenizer.class
org.springframework.batch.item.file.transform.IncorrectTokenCountException.class
org.springframework.batch.item.file.transform.DelimitedLineTokenizer.class
org.springframework.batch.item.file.transform.PassThroughFieldExtractor.class
org.springframework.batch.item.file.transform.IncorrectLineLengthException.class
org.springframework.batch.item.file.transform.DelimitedLineAggregator.class
org.springframework.batch.item.file.transform.FixedLengthTokenizer.class
org.springframework.batch.item.file.transform.DefaultFieldSetFactory.class
org.springframework.batch.item.file.transform.RangeArrayPropertyEditor$1.class
org.springframework.batch.item.file.transform.FormatterLineAggregator.class
org.springframework.batch.item.file.transform.FieldSetFactory.class
org.springframework.batch.item.file.transform.FieldExtractor.class
org.springframework.batch.item.file.transform.ExtractorLineAggregator.class
org.springframework.batch.item.file.transform.ConversionException.class
org.springframework.batch.item.file.transform.BeanWrapperFieldExtractor.class
org.springframework.batch.item.file.transform.Alignment.class
org.springframework.batch.item.file.transform.RegexLineTokenizer.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
javax.batch-api-1.0.jar
/javax.batch/javax.batch-api/1.0
查看javax.batch-api所有版本文件
jms-api-1.1-rev-1.jar
/javax.jms/jms-api/1.1-rev-1
查看jms-api所有版本文件
javax.mail-api-1.4.7.jar
/javax.mail/javax.mail-api/1.4.7
查看javax.mail-api所有版本文件
javax.transaction-api-1.2.jar
/javax.transaction/javax.transaction-api/1.2
查看javax.transaction-api所有版本文件
ibatis-sqlmap-2.3.4.726.jar
/org.apache.ibatis/ibatis-sqlmap/2.3.4.726
查看ibatis-sqlmap所有版本文件
jackson-mapper-asl-1.9.13.jar
/org.codehaus.jackson/jackson-mapper-asl/1.9.13
查看jackson-mapper-asl所有版本文件
woodstox-core-asl-4.2.0.jar
/org.codehaus.woodstox/woodstox-core-asl/4.2.0
查看woodstox-core-asl所有版本文件
hibernate-core-4.2.12.Final.jar
/org.hibernate/hibernate-core/4.2.12.Final
查看hibernate-core所有版本文件
hibernate-entitymanager-4.2.12.Final.jar
/org.hibernate/hibernate-entitymanager/4.2.12.Final
查看hibernate-entitymanager所有版本文件
hibernate-validator-4.3.1.Final.jar
/org.hibernate/hibernate-validator/4.3.1.Final
查看hibernate-validator所有版本文件
slf4j-log4j12-1.7.7.jar
/org.slf4j/slf4j-log4j12/1.7.7
查看slf4j-log4j12所有版本文件
spring-amqp-1.3.3.RELEASE.jar
/org.springframework.amqp/spring-amqp/1.3.3.RELEASE
查看spring-amqp所有版本文件
spring-rabbit-1.3.3.RELEASE.jar
/org.springframework.amqp/spring-rabbit/1.3.3.RELEASE
查看spring-rabbit所有版本文件
spring-data-commons-1.8.0.RELEASE.jar
/org.springframework.data/spring-data-commons/1.8.0.RELEASE
查看spring-data-commons所有版本文件
spring-data-gemfire-1.4.0.RELEASE.jar
/org.springframework.data/spring-data-gemfire/1.4.0.RELEASE
查看spring-data-gemfire所有版本文件
spring-data-mongodb-1.5.0.RELEASE.jar
/org.springframework.data/spring-data-mongodb/1.5.0.RELEASE
查看spring-data-mongodb所有版本文件
spring-data-neo4j-3.1.0.RELEASE.jar
/org.springframework.data/spring-data-neo4j/3.1.0.RELEASE
查看spring-data-neo4j所有版本文件
spring-data-neo4j-4.1.1.RELEASE.jar
/org.springframework.data/spring-data-neo4j/4.1.1.RELEASE
查看spring-data-neo4j所有版本文件
spring-ldap-core-2.0.2.RELEASE.jar
/org.springframework.ldap/spring-ldap-core/2.0.2.RELEASE
查看spring-ldap-core所有版本文件
spring-ldap-core-tiger-2.0.2.RELEASE.jar
/org.springframework.ldap/spring-ldap-core-tiger/2.0.2.RELEASE
查看spring-ldap-core-tiger所有版本文件
spring-ldap-ldif-core-2.0.2.RELEASE.jar
/org.springframework.ldap/spring-ldap-ldif-core/2.0.2.RELEASE
查看spring-ldap-ldif-core所有版本文件
spring-retry-1.1.0.RELEASE.jar
/org.springframework.retry/spring-retry/1.1.0.RELEASE
查看spring-retry所有版本文件
spring-aop-4.0.5.RELEASE.jar
/org.springframework/spring-aop/4.0.5.RELEASE
查看spring-aop所有版本文件
spring-context-4.0.5.RELEASE.jar
/org.springframework/spring-context/4.0.5.RELEASE
查看spring-context所有版本文件
spring-context-support-4.0.5.RELEASE.jar
/org.springframework/spring-context-support/4.0.5.RELEASE
查看spring-context-support所有版本文件
spring-jdbc-4.0.5.RELEASE.jar
/org.springframework/spring-jdbc/4.0.5.RELEASE
查看spring-jdbc所有版本文件
spring-jms-4.0.5.RELEASE.jar
/org.springframework/spring-jms/4.0.5.RELEASE
查看spring-jms所有版本文件
spring-orm-4.0.5.RELEASE.jar
/org.springframework/spring-orm/4.0.5.RELEASE
查看spring-orm所有版本文件
spring-oxm-4.0.5.RELEASE.jar
/org.springframework/spring-oxm/4.0.5.RELEASE
查看spring-oxm所有版本文件
spring-tx-4.0.5.RELEASE.jar
/org.springframework/spring-tx/4.0.5.RELEASE
查看spring-tx所有版本文件
|