Uses of Class
org.springframework.batch.item.file.separator.SimpleRecordSeparatorPolicy

Packages that use SimpleRecordSeparatorPolicy
org.springframework.batch.item.file.separator Infrastructure implementations of io file support separator concerns. 
 

Uses of SimpleRecordSeparatorPolicy in org.springframework.batch.item.file.separator
 

Subclasses of SimpleRecordSeparatorPolicy in org.springframework.batch.item.file.separator
 class 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.
 class SuffixRecordSeparatorPolicy
          A RecordSeparatorPolicy that looks for an exact match for a String at the end of a line (e.g. a semicolon).
 



Copyright © 2009 SpringSource. All Rights Reserved.