| 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.setFooterCallback(FlatFileFooterCallback footerCallback)
footerCallback will be called after writing the last item to file, but
before the file is closed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SummaryFooterCallback
Writes summary info in the footer of a file.
|
Copyright © 2014 Pivotal. All rights reserved.