| Package | Description |
|---|---|
| org.springframework.batch.item.file |
Infrastructure implementations of io file concerns.
|
| org.springframework.batch.item.file.separator |
Infrastructure implementations of io file support separator concerns.
|
| Class and Description |
|---|
| RecordSeparatorPolicy
Policy for text file-based input sources to determine the end of a record,
e.g.
|
| Class and Description |
|---|
| DefaultRecordSeparatorPolicy
A
RecordSeparatorPolicy that treats all lines as record endings, as
long as they do not have unterminated quotes, and do not end in a
continuation marker. |
| RecordSeparatorPolicy
Policy for text file-based input sources to determine the end of a record,
e.g.
|
| SimpleRecordSeparatorPolicy
Simplest possible
RecordSeparatorPolicy - treats all lines as record
endings. |
Copyright © 2014 Pivotal. All rights reserved.