Package org.springframework.batch.item.file.separator

Infrastructure implementations of io file support separator concerns.

See:
          Description

Interface Summary
RecordSeparatorPolicy Policy for text file-based input sources to determine the end of a record, e.g. a record might be a single line, or it might be multiple lines terminated by a semicolon.
 

Class Summary
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.
JsonRecordSeparatorPolicy JSON-based record separator.
SimpleRecordSeparatorPolicy Simplest possible RecordSeparatorPolicy - treats all lines as record endings.
SuffixRecordSeparatorPolicy A RecordSeparatorPolicy that looks for an exact match for a String at the end of a line (e.g. a semicolon).
 

Package org.springframework.batch.item.file.separator Description

Infrastructure implementations of io file support separator concerns.



Copyright © 2013 SpringSource. All Rights Reserved.