Uses of Interface
org.springframework.batch.item.file.ResourceSuffixCreator

Packages that use ResourceSuffixCreator
org.springframework.batch.item.file Infrastructure implementations of io file concerns. 
 

Uses of ResourceSuffixCreator in org.springframework.batch.item.file
 

Classes in org.springframework.batch.item.file that implement ResourceSuffixCreator
 class SimpleResourceSuffixCreator
          Trivial implementation of ResourceSuffixCreator that uses the index itself as suffix, separated by dot.
 

Methods in org.springframework.batch.item.file with parameters of type ResourceSuffixCreator
 void MultiResourceItemWriter.setResourceSuffixCreator(ResourceSuffixCreator suffixCreator)
          Allows customization of the suffix of the created resources based on the index.
 



Copyright © 2009 SpringSource. All Rights Reserved.