Package | Description |
---|---|
org.springframework.batch.item.file |
Infrastructure implementations of io file concerns.
|
org.springframework.batch.sample.support |
Modifier and Type | Method and Description |
---|---|
void |
FlatFileItemWriter.setHeaderCallback(FlatFileHeaderCallback headerCallback)
headerCallback will be called before writing the first item to file.
|
Modifier and Type | Class and Description |
---|---|
class |
HeaderCopyCallback
Designed to be registered with both
FlatFileItemReader and
FlatFileItemWriter and copy header line from input file to output
file. |
Copyright © 2014 Pivotal. All rights reserved.