Uses of Package
org.springframework.batch.item.file

Packages that use org.springframework.batch.item.file
org.springframework.batch.item.file Infrastructure implementations of io file concerns. 
org.springframework.batch.item.file.mapping Infrastructure implementations of io file support mapping concerns. 
org.springframework.batch.item.xml Infrastructure implementations of xml input and output. 
 

Classes in org.springframework.batch.item.file used by org.springframework.batch.item.file
BufferedReaderFactory
          A factory strategy for custom extensions of BufferedReader allowing customisation of the standard behaviour of the java.io variety.
FlatFileFooterCallback
          Callback interface for writing a footer to a file.
FlatFileHeaderCallback
          Callback interface for writing to a header to a file.
LineCallbackHandler
          Callback interface for handling a line from file.
LineMapper
          Interface for mapping lines (strings) to domain objects typically used to map lines read from a file to domain objects on a per line basis.
ResourceAwareItemReaderItemStream
          Interface for ItemReaders that implement ItemStream and read input from Resource.
ResourceAwareItemWriterItemStream
          Interface for ItemWriters that implement ItemStream and write output to Resource.
ResourceSuffixCreator
          Strategy interface for translating resource index into unique filename suffix.
 

Classes in org.springframework.batch.item.file used by org.springframework.batch.item.file.mapping
LineMapper
          Interface for mapping lines (strings) to domain objects typically used to map lines read from a file to domain objects on a per line basis.
 

Classes in org.springframework.batch.item.file used by org.springframework.batch.item.xml
ResourceAwareItemReaderItemStream
          Interface for ItemReaders that implement ItemStream and read input from Resource.
ResourceAwareItemWriterItemStream
          Interface for ItemWriters that implement ItemStream and write output to Resource.
 



Copyright © 2013 SpringSource. All Rights Reserved.