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

Infrastructure implementations of io file support separator concerns.

See:
          Description

Interface Summary
LineReader  
RecordSeparatorPolicy Policy for text file-based input sources to determine the end of a record, e.g.
 

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.
ResourceLineReader An input source that reads lines one by one from a resource.
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.
 

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

Infrastructure implementations of io file support separator concerns.



Copyright © 2008 SpringSource. All Rights Reserved.